Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LoadSceneAttribute #13

Merged
merged 7 commits into from
Oct 22, 2023

Replace ScenesUsingInTestAttribute to LoadSceneAttribute

ed34b9c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Add LoadSceneAttribute #13

Replace ScenesUsingInTestAttribute to LoadSceneAttribute
ed34b9c
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / test result (2022.3.4f1) completed Oct 22, 2023 in 0s

⚠️ test result (2022.3.4f1) - 45/49, skipped: 4 - Passed in 9.142s

✅ editmode-results.xml - 2/2 - Passed in 0.244s

⚠️ playmode-results.xml - 43/47, skipped: 4 - Passed in 8.898s

Details

✅ editmode-results.xml - 2/2 - Passed in 0.244s
  • ✅ TestHelper.Editor.LoadSceneAttributeTest - 1/1 - Passed in 0.104s
    • Attach_AlreadyLoadedSceneNotInBuild - Passed in 0.104s
  • ✅ TestHelper.Editor.TemporaryBuildScenesUsingInTestTest - 1/1 - Passed in 0.022s
    • GetScenesUsingInTest_AttachedToMethod_ReturnScenesSpecifiedByAttribute - Passed in 0.022s
⚠️ playmode-results.xml - 43/47, skipped: 4 - Passed in 8.898s
  • ⚠️ TestHelper.Attributes.FocusGameViewAttributeTest - 3/4, skipped: 1 - Passed in 3.292s
    • ⚠️ Attach_GameViewHasFocus - Skipped
    • Attach_KeepBatchmode - Passed in 1.048s
    • AttachToAsyncTest_Normally - Passed in 2.143s
    • AttachToUnityTest_Normally - Passed in 0.100s
  • ✅ TestHelper.Attributes.GameViewResolutionAttributeTest - 2/2 - Passed in 0.298s
    • AttachToAsyncTest_SetScreenSizeToFullHD - Passed in 0.178s
    • AttachToUnityTest_SetScreenSizeToVGA - Passed in 0.120s
  • ⚠️ TestHelper.Attributes.IgnoreBatchModeAttributeTest - 0/3, skipped: 3 - Passed in 0.000s
    • ⚠️ Attach_SkipOnBatchMode - Skipped
    • ⚠️ AttachToAsyncTest_SkipOnBatchMode - Skipped
    • ⚠️ AttachToUnityTest_SkipOnBatchMode - Skipped
  • ✅ TestHelper.Attributes.IgnoreWindowModeAttributeTest - 3/3 - Passed in 0.202s
    • Attach_SkipOnWindowMode - Passed in 0.002s
    • AttachToAsyncTest_SkipOnWindowMode - Passed in 0.099s
    • AttachToUnityTest_SkipOnWindowMode - Passed in 0.101s
  • ✅ TestHelper.Attributes.LoadSceneAttributeTest - 3/3 - Passed in 3.006s
    • Attach_AlreadyLoadedSceneNotInBuild - Passed in 0.206s
    • AttachToAsyncTest_AlreadyLoadedSceneNotInBuild - Passed in 0.731s
    • AttachToUnityTest_AlreadyLoadedSceneNotInBuild - Passed in 2.070s
  • ✅ TestHelper.Constraints.DestroyedConstraintTest - 6/6 - Passed in 0.022s
    • IsDestroyed_DestroyedGameObject_Success - Passed in 0.006s
    • IsDestroyed_NotDestroyedGameObject_Failure - Passed in 0.008s
    • IsDestroyed_NotGameObject_Failure - Passed in 0.002s
    • IsDestroyed_Null_Failure - Passed in 0.002s
    • IsNotDestroyed_DestroyedGameObject_Failure - Passed in 0.003s
    • IsNotDestroyed_NotDestroyedGameObject_Success - Passed in 0.001s
  • ✅ TestHelper.Random.RandomExtensionsTest - 3/3 - Passed in 0.024s
    • NextNormalizedVector2_InRange - Passed in 0.010s
    • NextNormalizedVector3_InRange - Passed in 0.008s
    • NextScreenPosition_InRange - Passed in 0.005s
  • ✅ TestHelper.Random.RandomWrapperTest - 3/3 - Passed in 0.005s
    • Constructor - Passed in 0.002s
    • Constructor_NegativeSeedValue_UsingAbsoluteValue - Passed in 0.001s
    • DefaultConstructor_UsingTickCount - Passed in 0.001s
  • ✅ TestHelper.Random.StubRandomTest - 2/2 - Passed in 0.013s
    • Next_ReturnSpecifiedValues - Passed in 0.011s
    • ToString_ReturnName - Passed in 0.002s
  • ✅ TestHelper.Wrappers.UnityEditor.GameViewSizeGroupWrapperTest - 7/7 - Passed in 0.018s
    • AddCustomSize_Added - Passed in 0.004s
    • IndexOf_FoundAddedSize - Passed in 0.004s
    • RemoveCustomSize_Removed - Passed in 0.004s
    • CreateInstance_Instantiate - Passed in 0.001s
    • GetGameViewSize_GotGameViewSize - Passed in 0.001s
    • GetTotalCount_GotCount - Passed in 0.002s
    • IndexOf_NotFound - Passed in 0.001s
  • ✅ TestHelper.Wrappers.UnityEditor.GameViewSizesWrapperTest - 2/2 - Passed in 0.003s
    • CreateInstance_Instantiate - Passed in 0.001s
    • CurrentGroup_GetGameViewSizeGroupInstance - Passed in 0.001s
  • ✅ TestHelper.Wrappers.UnityEditor.GameViewSizeWrapperTest - 7/7 - Passed in 0.013s
    • CreateInstance_Instantiate - Passed in 0.003s
    • Equals_DifferentHeight_NotEquals - Passed in 0.002s
    • Equals_DifferentType_NotEquals - Passed in 0.003s
    • Equals_DifferentWidth_NotEquals - Passed in 0.001s
    • Equals_InnerObjectIsNull_NotEquals - Passed in 0.001s
    • Equals_SameSizeButDifferentName_Equals - Passed in 0.001s
    • Equals_WrapperObjectIsNull_NotEquals - Passed in 0.001s
  • ✅ TestHelper.Wrappers.UnityEditor.GameViewWrapperTest - 2/2 - Passed in 0.005s
    • GetWindow - Passed in 0.001s
    • SelectedSizeIndex - Passed in 0.004s