Skip to content

Add fwddata bridge Semantic domains and Parts of speech #31

Add fwddata bridge Semantic domains and Parts of speech

Add fwddata bridge Semantic domains and Parts of speech #31

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

2 fail, 32 pass in 5s

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

Results for commit e6e5572. ± Comparison against earlier commit ad568a2.

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 = {6f688bb0-50d5-4d14-8797-c875f61f37b0}, 
        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 {2f3a4f1f-f165-4d64-83c4-7e9bce92df41}.   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 ---