Add integration test #1136
Annotations
13 errors
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_MixedSourceAndTarget_ParallelCorpus:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L967
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "trainOnChapters": { "MAT": { "chapters": [ 1, 2 ] }, "MRK": { "chapters": [ 1, 2 ] } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "trainOnChapters": { "MAT": { "chapters": [ 3 ] }, "MRK": { "chapters": [ 1 ] } }, "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "trainOnChapters": { "MAT": { "chapters": [ 2, 3 ] }, "MRK": { "chapters": [ 2 ] } }, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { "chapters": [ 1, 2 ] } }, "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1, 2 ] }, "MRK": { "chapters": [ 1, 2 ] } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 3 ] }, "MRK": { "chapters": [ 1 ] } }, "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 2, 3 ] }, "MRK": { "chapters": [ 2 ] } }, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { "chapters": [ 1, 2 ] } }, "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_NoFilters_ParallelCorpus:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L1104
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_NoTargetFilter_ParallelCorpus:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L1293
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_ParallelCorpus_TextFiles:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L592
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "trainOnTextIds": [ "MAT" ], "files": [ { "location": "file1.txt", "textId": "MAT" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "files": [ { "location": "file3.txt", "textId": "MRK" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "trainOnTextIds": [ "MAT" ], "files": [ { "location": "file2.txt", "textId": "MAT" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "files": [ { "location": "file4.txt", "textId": "MRK" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "pretranslateAll": true, "trainOnTextIds": [ "MAT" ], "files": [ { "location": "file1.txt", "textId": "MAT" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file3.txt", "textId": "MRK" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "pretranslateAll": true, "trainOnTextIds": [ "MAT" ], "files": [ { "location": "file2.txt", "textId": "MAT" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file4.txt", "textId": "MRK" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_ScriptureRange_ParallelCorpus:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L830
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_ScriptureRangeEmptyString:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L501
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] } ], "targetCorpora": [ { "language": "en", "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "pretranslateAll": true, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] } ], "targetCorpora": [ { "language": "en", "pretranslateAll": true, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_ScriptureRangeSpecified:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L410
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] } ], "targetCorpora": [ { "language": "en", "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] } ], "targetCorpora": [ { "language": "en", "pretranslateAll": true, "trainOnChapters": { "MAT": { "chapters": [ 1 ] }, "MRK": { } }, "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_TextIds_ParallelCorpus:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L715
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "trainOnTextIds": [ "MAT", "MRK" ], "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "trainOnTextIds": [ "MAT", "MRK" ], "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "parallel-corpus1", "sourceCorpora": [ { "id": "parallel-corpus1-source1", "language": "es", "pretranslateAll": true, "trainOnTextIds": [ "MAT", "MRK" ], "files": [ { "location": "file1.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file1.zip" } ] }, { "id": "parallel-corpus1-source2", "language": "es", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file3.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file3.zip" } ] } ], "targetCorpora": [ { "id": "parallel-corpus1-target1", "language": "en", "pretranslateAll": true, "trainOnTextIds": [ "MAT", "MRK" ], "files": [ { "location": "file2.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file2.zip" } ] }, { "id": "parallel-corpus1-target2", "language": "en", "trainOnAll": true, "pretranslateAll": true, "files": [ { "location": "file4.zip", "format": "FILE_FORMAT_PARATEXT", "textId": "file4.zip" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_TextIdsEmpty:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L181
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "files": [ { "location": "file1.txt", "textId": "text1" } ] } ], "targetCorpora": [ { "language": "en", "files": [ { "location": "file2.txt", "textId": "text1" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "pretranslateAll": true, "files": [ { "location": "file1.txt", "textId": "text1" } ] } ], "targetCorpora": [ { "language": "en", "pretranslateAll": true, "files": [ { "location": "file2.txt", "textId": "text1" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_TextIdsNotSpecified:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L323
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "files": [ { "location": "file1.txt", "textId": "text1" } ] } ], "targetCorpora": [ { "language": "en", "files": [ { "location": "file2.txt", "textId": "text1" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "pretranslateAll": true, "files": [ { "location": "file1.txt", "textId": "text1" } ] } ], "targetCorpora": [ { "language": "en", "pretranslateAll": true, "files": [ { "location": "file2.txt", "textId": "text1" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Serval.Translation.Services.EngineServiceTests ► StartBuildAsync_TextIdsPopulated:
src/Serval/test/Serval.Translation.Tests/Services/EngineServiceTests.cs#L252
Failed test found in:
src/Serval/test/Serval.Translation.Tests/TestResults/test-results.trx
Error:
NSubstitute.Exceptions.ReceivedCallsException : Expected to receive a call matching:
StartBuildAsync({ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "trainOnTextIds": [ "text1" ], "files": [ { "location": "file1.txt", "textId": "text1" } ] } ], "targetCorpora": [ { "language": "en", "trainOnTextIds": [ "text1" ], "files": [ { "location": "file2.txt", "textId": "text1" } ] } ] } ] }, <null>, <null>, System.Threading.CancellationToken)
Actually received no matching calls.
Received 1 non-matching call (non-matching arguments indicated with '*' characters):
StartBuildAsync(*{ "engineType": "Smt", "engineId": "engine1", "buildId": "b00000000000000000000001", "corpora": [ { "id": "corpus1", "sourceCorpora": [ { "language": "es", "pretranslateAll": true, "trainOnTextIds": [ "text1" ], "files": [ { "location": "file1.txt", "textId": "text1" } ] } ], "targetCorpora": [ { "language": "en", "pretranslateAll": true, "trainOnTextIds": [ "text1" ], "files": [ { "location": "file2.txt", "textId": "text1" } ] } ] } ] }*, <null>, <null>, System.Threading.CancellationToken)
|
Build
Failed test were found and 'fail-on-error' option is set to true
|
Build
Process completed with exit code 1.
|