Skip to content

Add fwddata bridge Semantic domains and Parts of speech #32

Add fwddata bridge Semantic domains and Parts of speech

Add fwddata bridge Semantic domains and Parts of speech #32

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

2 fail, 32 pass in 4s

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

Results for commit 1804a40. ± Comparison against earlier commit e6e5572.

Annotations

Check warning on line 0 in LcmCrdt.Tests.BasicApiTests

@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 = {1f27b6dd-ad32-4729-9086-346c1aa494d3}, 
        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

@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 {58dcc5ea-fdf3-4086-beed-e21ce37c27f1}.   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 ---