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

chore: update unity package to 3.0.4 #115

Merged
merged 2 commits into from
Jun 26, 2024

chore: remove interruptguard

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

chore: update unity package to 3.0.4 #115

chore: remove interruptguard
e302c99
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results completed Jun 26, 2024 in 0s

✅ Test Results - 56/56 - Passed in 440.117s

✅ editmode-results.xml - 1/1 - Passed in 0.213s

✅ playmode-results.xml - 55/55 - Passed in 439.903s

Details

✅ editmode-results.xml - 1/1 - Passed in 0.213s
  • ✅ Aplib.Integrations.Unity.Tests.AplibRunnerTests - 1/1 - Passed in 0.153s
    • Test_ShouldCallAgentUpdate_WhenAgentStatusIsUnfinished - Passed in 0.153s
✅ playmode-results.xml - 55/55 - Passed in 439.903s
  • ✅ Testing.AplibTests.ASimpleKeyTests - 1/1 - Passed in 3.907s
    • FindKeyAndCorrectDoorOpensTest - Passed in 3.907s
  • ✅ Testing.AplibTests.ConnectedComponentsTests - 1/1 - Passed in 37.763s
    • CanVisitEveryConnectedComponent - Passed in 37.763s
  • ✅ Testing.AplibTests.GameplayTests - 2/2 - Passed in 250.870s
    • GodlikeGameplayCanWinTheGame - Passed in 124.211s
    • RealisticGameplayCanWinTheGame - Passed in 126.660s
  • ✅ Testing.AplibTests.HealthPotionAplibTest - 1/1 - Passed in 1.192s
    • PerformPotionTest - Passed in 1.192s
  • ✅ Testing.AplibTests.ItemSpawningTests - 1/1 - Passed in 120.340s
    • CanFindEndItem - Passed in 120.340s
  • ✅ Testing.AplibTests.MeleeAplibTest - 1/1 - Passed in 1.052s
    • PerformMeleeTest - Passed in 1.052s
  • ✅ Testing.AplibTests.MeleeEnemyAplibTest - 1/1 - Passed in 2.168s
    • PerformMeleeEnemyTest - Passed in 2.168s
  • ✅ Testing.AplibTests.MyFirstAplibTest - 1/1 - Passed in 1.287s
    • PerformMyFirstAplibTest - Passed in 1.287s
  • ✅ Testing.AplibTests.PathfindingTests - 1/1 - Passed in 6.583s
    • TransformPathfindingTest - Passed in 6.583s
  • ✅ Testing.AplibTests.RagePotionAplibTest - 1/1 - Passed in 1.415s
    • PerformRagePotionAplibTest - Passed in 1.415s
  • ✅ Testing.AplibTests.RangedEnemyAplibTest - 1/1 - Passed in 4.090s
    • PerformRangedEnemyTest - Passed in 4.090s
  • ✅ Testing.AplibTests.RangedWeaponTest - 1/1 - Passed in 0.283s
    • PerformCrossbowTest - Passed in 0.283s
  • ✅ Testing.AplibTests.TeleporterAplibTests - 1/1 - Passed in 3.170s
    • TeleportOnce - Passed in 3.170s
  • ✅ GameLoopTests - 2/2 - Passed in 0.029s
    • WhenGameManagerInstantiatedThenGameIsPlaying - Passed in 0.015s
    • WhenGameManagerPauseCalledThenGameIsPaused - Passed in 0.014s
  • ✅ RagePotionTest - 2/2 - Passed in 3.623s
    • RagePotionDoublesDamage - Passed in 0.326s
    • ReturnsToNormalAfterTimer - Passed in 3.297s
  • ✅ RangedWeaponTest - 2/2 - Passed in 0.642s
    • TestAmmo - Passed in 0.306s
    • TestIfDisabledWhenAmmoPouchNotPresent - Passed in 0.337s
  • ✅ SetStartTilePropertyTrueTests - 1/1 - Passed in 0.046s
    • SetStartTilePropertyTrueTest - Passed in 0.046s
  • ✅ WeaponAnimateTest - 1/1 - Passed in 0.270s
    • WeaponAnimateTestWithEnumeratorPasses - Passed in 0.270s
  • ✅ ConfigurationTests.EnemyMeleeValueInvalidTest - 3/3 - Passed in 0.098s
    • EnemyMeleeValueInvalidTest("",0) - Passed in 0.036s
    • EnemyMeleeValueInvalidTest("-2",0) - Passed in 0.031s
    • EnemyMeleeValueInvalidTest("1000",5) - Passed in 0.031s
  • ✅ ConfigurationTests.EnemyRangedValueInvalidTest - 3/3 - Passed in 0.093s
    • EnemyRangedValueInvalidTest("",0) - Passed in 0.031s
    • EnemyRangedValueInvalidTest("-2",0) - Passed in 0.031s
    • EnemyRangedValueInvalidTest("1000",5) - Passed in 0.031s
  • ✅ ConfigurationTests.ItemAmmoValueInvalidTest - 3/3 - Passed in 0.118s
    • ItemAmmoValueInvalidTest("",0) - Passed in 0.041s
    • ItemAmmoValueInvalidTest("-2",0) - Passed in 0.046s
    • ItemAmmoValueInvalidTest("1000",2) - Passed in 0.031s
  • ✅ ConfigurationTests.ItemHealthValueInvalidTest - 3/3 - Passed in 0.093s
    • ItemHealthValueInvalidTest("",0) - Passed in 0.031s
    • ItemHealthValueInvalidTest("-2",0) - Passed in 0.031s
    • ItemHealthValueInvalidTest("1000",2) - Passed in 0.031s
  • ✅ ConfigurationTests.ItemRageValueInvalidTest - 3/3 - Passed in 0.092s
    • ItemRageValueInvalidTest("",0) - Passed in 0.031s
    • ItemRageValueInvalidTest("-2",0) - Passed in 0.031s
    • ItemRageValueInvalidTest("1000",2) - Passed in 0.031s
  • ✅ ConfigurationTests - 15/15 - Passed in 0.466s
    • EnemyMeleeValueValidTest - Passed in 0.031s
    • EnemyOverflowInvalidTest - Passed in 0.031s
    • EnemyRangedValueValidTest - Passed in 0.031s
    • GridSizeXZEmptyStringTest - Passed in 0.031s
    • GridSizeXZInvalidMaxTest - Passed in 0.031s
    • GridSizeXZInvalidMinTest - Passed in 0.031s
    • GridSizeXZValidTest - Passed in 0.031s
    • ItemAmmoValueValidTest - Passed in 0.033s
    • ItemHealthValueValidTest - Passed in 0.031s
    • ItemOverflowInvalidTest - Passed in 0.031s
    • ItemRageValueValidTest - Passed in 0.031s
    • RoomValueInvalidMaxTest - Passed in 0.031s
    • RoomValueInvalidMinTest - Passed in 0.031s
    • RoomValueInvalidTest - Passed in 0.031s
    • RoomValueValidTest - Passed in 0.031s
  • ✅ KeyUnitTest - 1/1 - Passed in 0.033s
    • KeyBaseFunctionTest - Passed in 0.033s
  • ✅ IntegrationTests - 2/2 - Passed in 0.098s
    • Integration_CanChangeInputBackendPlayerSettingInEditor - Passed in 0.047s
    • Integration_CanSendAndReceiveEvents - Passed in 0.051s