Skip to content

Add fwddata bridge Semantic domains and Parts of speech #26

Add fwddata bridge Semantic domains and Parts of speech

Add fwddata bridge Semantic domains and Parts of speech #26

GitHub Actions / FW Lite Unit Tests failed Jun 14, 2024 in 0s

2 fail, 32 pass in 5s

34 tests   32 ✅  5s ⏱️
 4 suites   0 💤
 1 files     2 ❌

Results for commit d3b25f2.

Annotations

Check warning on line 0 in LcmCrdt.Tests.BasicApiTests

See this annotation in the file changed.

@github-actions github-actions / FW Lite Unit Tests

CreateSense_WontCreateMissingDomains (LcmCrdt.Tests.BasicApiTests) failed

./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
Raw output
Expected createdSense.SemanticDomains to be empty because the domain does not exist (or was deleted), but found 
{
    MiniLcm.SemanticDomain
    {
        Code = "test", 
        Id = {fbca1f55-50e0-4793-8976-5495f9d859e2}, 
        Name = {empty}
    }
}.   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Execution.GivenSelector`1.FailWith(String message, Object[] args)
   at FluentAssertions.Collections.GenericCollectionAssertions`3.BeEmpty(String because, Object[] becauseArgs)
   at LcmCrdt.Tests.BasicApiTests.CreateSense_WontCreateMissingDomains() in /home/runner/work/languageforge-lexbox/languageforge-lexbox/backend/LcmCrdt.Tests/LexboxApiTests.cs:line 350
--- End of stack trace from previous location ---

Check warning on line 0 in LcmCrdt.Tests.BasicApiTests

See this annotation in the file changed.

@github-actions github-actions / FW Lite Unit Tests

CreateSense_WontCreateMissingPartOfSpeech (LcmCrdt.Tests.BasicApiTests) failed

./backend/LcmCrdt.Tests/test-results/LcmCrdt.Tests.results.xml [took 0s]
Raw output
Did not expect a value because the part of speech does not exist (or was deleted), but found {f268ffbe-c204-4d4b-8be9-98fca522b3cd}.   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message, Object[] args)
   at FluentAssertions.Primitives.NullableGuidAssertions`1.NotHaveValue(String because, Object[] becauseArgs)
   at FluentAssertions.Primitives.NullableGuidAssertions`1.BeNull(String because, Object[] becauseArgs)
   at LcmCrdt.Tests.BasicApiTests.CreateSense_WontCreateMissingPartOfSpeech() in /home/runner/work/languageforge-lexbox/languageforge-lexbox/backend/LcmCrdt.Tests/LexboxApiTests.cs:line 378
--- End of stack trace from previous location ---