Feature/live documentation #914
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
Setup Repository
7m 26s
Setup build targets
2s
Run static checks
5s
Matrix: Create build
Cleanup
6s
Annotations
3 errors
SEETests.TestActionStateType.ActionStateTypesAllRootTypesJustContainsAllRoots:
Assets/SEETests/TestActionStateType.cs#L52
ActionStateTypes.AllRootTypes must contain all of its root types and only those! And the order must be preserved.
Expected and actual are both <System.Collections.Generic.List`1[SEE.Controls.Actions.AbstractActionStateType]> with 13 elements
Values differ at index [9]
Expected: <SEE.Controls.Actions.ActionStateType>
But was: <SEE.Controls.Actions.ActionStateType>
|
SEETests.TestActionStateType.AllActionsPresent:
Assets/SEETests/TestActionStateType.cs#L44
ActionStateTypes.AllRootTypes.AllElements() must contain all action types and only those! And the order must be preserved.
Expected and actual are both <System.Collections.Generic.List`1[SEE.Controls.Actions.AbstractActionStateType]> with 21 elements
Values differ at index [9]
Expected: <SEE.Controls.Actions.ActionStateType>
But was: <SEE.Controls.Actions.ActionStateType>
|
Run editmode tests
Test(s) Failed! Check 'Test Results' for details.
|