snapping sound is added #1448
GitHub Actions / Test Results
completed
Nov 10, 2023 in 0s
✅ Test Results - 96/96 - Passed in 19.213s
✅ editmode-results.xml - 61/61 - Passed in 7.691s
✅ playmode-results.xml - 35/35 - Passed in 11.523s
Details
✅ editmode-results.xml - 61/61 - Passed in 7.691s
- ✅ Tests.ActionListItemTests - 9/9 - Passed in 0.418s
- ✅ UpdateView_ContentNotSet_BackgroundColorStandard - Passed in 0.247s
- ✅ UpdateView_ContentNotSet_CaptionEmpty - Passed in 0.027s
- ✅ UpdateView_ContentNotSet_GameObjectNameSetToUnused - Passed in 0.031s
- ✅ UpdateView_ContentNotSet_NumberLabelEmpty - Passed in 0.018s
- ✅ UpdateView_ContentSet_CaptionLabelSetToTitle - Passed in 0.021s
- ✅ UpdateView_ContentSet_GameObjectNameSetToId - Passed in 0.018s
- ✅ UpdateView_ContentSet_NumberLabelSetToDataIndex - Passed in 0.017s
- ✅ UpdateView_ContentSetToCompletedAction_CompletedBackgroundColorSet - Passed in 0.019s
- ✅ UpdateView_ContentSetToIncompleteAction_StandardBackgroundColorSet - Passed in 0.021s
- ✅ Tests.ActivityParserTests - 3/3 - Passed in 0.036s
- ✅ JsonFile_NoneEmptyValues_Test - Passed in 0.014s
- ✅ JsonFile_SessionObjectInTheScene_Test - Passed in 0.011s
- ✅ JsonFile_workplaceFileExist_Test - Passed in 0.011s
- ✅ Tests.HololensSensorDataFrameTests - 1/1 - Passed in 0.004s
- ✅ Constructor_AssignsParametersCorrectly - Passed in 0.004s
- ✅ Tests.HTKTextToSpeechServiceTests - 5/5 - Passed in 0.563s
- ✅ Constructor_VoiceGiven_VoiceSet - Passed in 0.017s
- ✅ Initialize_TextToSpeechObjectCreated - Passed in 0.495s
- ✅ Initialize_VoiceAssignedInConstructor_VoiceApplied - Passed in 0.018s
- ✅ Voice_VoiceAssignedAfterInitialize_VoiceApplied - Passed in 0.016s
- ✅ Voice_VoiceAssignedBeforeInitialize_VoiceApplied - Passed in 0.016s
- ✅ Tests.MaggieManagerTests - 10/10 - Passed in 0.473s
- ✅ ActivityReady_SpeaksActivityReadyMessage - Passed in 0.227s
- ✅ Constructor_NoTts_TtsInitialized - Passed in 0.023s
- ✅ Constructor_TtsGiven_TtsUsed - Passed in 0.015s
- ✅ Error_SpeaksErrorMessage - Passed in 0.044s
- ✅ Ok_SpeaksOkMessage - Passed in 0.037s
- ✅ Speak_EmptyText_DoNotSpeak - Passed in 0.032s
- ✅ Speak_NonEmptyText_Speaks - Passed in 0.032s
- ✅ Speak_StillSpeaking_DoNotSpeak - Passed in 0.025s
- ✅ Speak_TextGiven_StopsSpeakingFirst - Passed in 0.022s
- ✅ Stop_StopsTTS - Passed in 0.016s
- ✅ Tests.PlayerUtilitiesTests - 26/26 - Passed in 0.773s
- ✅ CreateObject_ParentGiven_ParentSet - Passed in 0.018s
- ✅ CreateObject_ParentNameDoesNotExist_ReturnsNull - Passed in 0.021s
- ✅ CreateObject_ParentNameExists_SetsParent - Passed in 0.014s
- ✅ CreateObject_ParentNull_IdSetAsGameObjectName - Passed in 0.015s
- ✅ CreateObject_ParentNull_NoParentSet - Passed in 0.013s
- ✅ FindDeepChild_ChildOnLevel1_ReturnsChild - Passed in 0.029s
- ✅ FindDeepChild_ChildOnLevel2_ReturnsChild - Passed in 0.020s
- ✅ FindDeepChild_NoChildren_ReturnsNull - Passed in 0.016s
- ✅ FindDeepChildTag_ChildOnLevel1_ReturnsChild - Passed in 0.016s
- ✅ FindDeepChildTag_ChildOnLevel2_ReturnsChild - Passed in 0.025s
- ✅ FindDeepChildTag_NoChildren_ReturnsNull - Passed in 0.016s
- ✅ ParseStringToQuaternion_EmptyString_ThrowsArgumentException - Passed in 0.033s
- ✅ ParseStringToQuaternion_QuaternionWithFloats_ReturnsQuaternion - Passed in 0.028s
- ✅ ParseStringToVector3_EmptyInput_ThrowsArgumentException - Passed in 0.044s
- ✅ ParseStringToVector3_VectorWithFloats_ReturnsVector - Passed in 0.034s
- ✅ ParseStringToVector3_VectorWithInts_ReturnsVector - Passed in 0.020s
- ✅ TryParseStringToQuaternion_EmptyString_DefaultQuaternion - Passed in 0.042s
- ✅ TryParseStringToQuaternion_EmptyString_ReturnsFalse - Passed in 0.048s
- ✅ TryParseStringToQuaternion_QuaternionWithFloats_CorrectQuaternion - Passed in 0.039s
- ✅ TryParseStringToQuaternion_QuaternionWithFloats_ReturnsTrue - Passed in 0.049s
- ✅ TryParseStringToVector3_EmptyString_ReturnsFalse - Passed in 0.066s
- ✅ TryParseStringToVector3_EmptyString_VectorDefault - Passed in 0.056s
- ✅ TryParseStringToVector3_VectorWithFloats_ReturnsTrue - Passed in 0.034s
- ✅ TryParseStringToVector3_VectorWithFloats_VectorCorrect - Passed in 0.021s
- ✅ TryParseStringToVector3_VectorWithInts_ReturnsTrue - Passed in 0.027s
- ✅ TryParseStringToVector3_VectorWithInts_VectorCorrect - Passed in 0.028s
- ✅ Tests.TagLockTests - 2/2 - Passed in 0.598s
- ✅ Tag_LockPosition_Test - Passed in 0.557s
- ✅ Tag_ReleasePosition_Test - Passed in 0.041s
- ✅ Tests.TappableTests - 2/2 - Passed in 0.070s
- ✅ Tap_OnPointerEnter_Test - Passed in 0.022s
- ✅ Tap_OnPointerExit_Test - Passed in 0.048s
- ✅ Tests.UIPolygonTests - 3/3 - Passed in 0.033s
- ✅ DrawPolygon_Test - Passed in 0.011s
- ✅ mainTexture_IsNotNull_Test - Passed in 0.010s
- ✅ SetVbo_Test - Passed in 0.012s
✅ playmode-results.xml - 35/35 - Passed in 11.523s
- ✅ Tests.ActionListItemTests - 9/9 - Passed in 0.414s
- ✅ OnActivateAction_ContentNotSet_BackgroundColorStandard - Passed in 0.393s
- ✅ OnActivateAction_ContentNotSet_CaptionEmpty - Passed in 0.004s
- ✅ OnActivateAction_ContentNotSet_GameObjectNameSetToUnused - Passed in 0.002s
- ✅ OnActivateAction_ContentNotSet_NumberLabelEmpty - Passed in 0.001s
- ✅ OnActivateAction_ContentSet_CaptionLabelSetToTitle - Passed in 0.005s
- ✅ OnActivateAction_ContentSet_GameObjectNameSetToId - Passed in 0.002s
- ✅ OnActivateAction_ContentSet_NumberLabelSetToDataIndex - Passed in 0.002s
- ✅ OnActivateAction_ContentSetToCompletedAction_CompletedBackgroundColorSet - Passed in 0.005s
- ✅ OnActivateAction_ContentSetToIncompleteAction_StandardBackgroundColorSet - Passed in 0.002s
- ✅ Tests.CalibrationTests - 19/19 - Passed in 9.445s
- ✅ Activity_LoadResources - Passed in 8.274s
- ✅ ARLEM_ParseAndStartActivity - Passed in 0.004s
- ✅ CalibrateAnchors_PlayerMode - Passed in 0.015s
- ✅ CheckArlemFileLength_Activity - Passed in 0.726s
- ✅ CheckArlemFileLength_Workplace - Passed in 0.351s
- ✅ CountWorkplaceObjects_Detectables - Passed in 0.007s
- ✅ CountWorkplaceObjects_Places - Passed in 0.004s
- ✅ CountWorkplaceObjects_Things - Passed in 0.003s
- ✅ FocusOnDetectables_CheckLocalPositions_x - Passed in 0.007s
- ✅ FocusOnDetectables_CheckLocalPositions_y - Passed in 0.004s
- ✅ FocusOnDetectables_CheckLocalPositions_z - Passed in 0.004s
- ✅ FocusOnDetectables_CheckLocalRotations - Passed in 0.010s
- ✅ FocusOnPois_CheckLocalPositions_x - Passed in 0.004s
- ✅ FocusOnPois_CheckLocalPositions_y - Passed in 0.004s
- ✅ FocusOnPois_CheckLocalPositions_z - Passed in 0.004s
- ✅ FocusOnPois_CheckLocalRotations - Passed in 0.010s
- ✅ FocusOnPois_CheckLocalScales_x - Passed in 0.005s
- ✅ FocusOnPois_CheckLocalScales_y - Passed in 0.004s
- ✅ FocusOnPois_CheckLocalScales_z - Passed in 0.004s
- ✅ Tests.SetStartingPositionTests - 7/7 - Passed in 1.039s
- ✅ OnPlayerReset_PositionUpdated - Passed in 0.510s
- ✅ OnPlayerReset_RotationUpdated - Passed in 0.515s
- ✅ OnWorkplaceLoaded_PositionUpdated - Passed in 0.003s
- ✅ OnWorkplaceLoaded_RotationUpdated - Passed in 0.003s
- ✅ Start_SetRotationToUserViewport - Passed in 0.003s
- ✅ Start_SetsPositionToUserViewport - Passed in 0.002s
- ✅ Start_ZRotationStaysZero - Passed in 0.003s
Loading