AI Game Developer update #57
GitHub Actions / 6000.3.1f1 editmode windows-mono Results
succeeded
Mar 21, 2026 in 0s
All 701 tests pass in 6m 39s
Annotations
Check notice on line 0 in .github
github-actions / 6000.3.1f1 editmode windows-mono Results
701 tests found (test 1 to 590)
There are 701 tests, see "Raw output" for the list of tests 1 to 590.
Raw output
NewTestScript ‑ NewTestScriptSimplePasses
NewTestScript ‑ NewTestScriptWithEnumeratorPasses
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_DuplicateName_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_EmptyFolderName_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_FolderNameWithBackslash_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_FolderNameWithForwardSlash_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_FolderNameWithSpecialCharacters_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_InvalidParent_EmptyPath_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_InvalidParent_NonExistentPath_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_InvalidParent_NotStartingWithAssets_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_MixedInputs_ValidAndInvalid_PartialSuccess
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_NullFolderName_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_ValidParentFolder_Succeeds
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsCreateFolderTests ‑ CreateFolder_WhitespaceFolderName_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_CombinesNameAndTypeFilters
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByName_CaseInsensitive
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByName_MultipleWords
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByName_NoMatches_ReturnsEmptyList
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByName_SingleWord
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByType_Material
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByType_Shader
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_FiltersByType_Texture
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_ExactMatchIsCaseInsensitive
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_ExactMatch_BeforePartialMatch
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_ExactMatch_ComesFirst
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_NoNameFilter_ReturnsAllWithSamePriority
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_OrderIsConsistent
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_PartialMatch_BeforeWordMatch
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_SingleWordSearch_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_WithTypeFilter_StillOrdersByPriority
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_Priority_WordSplitOnCommonDelimiters
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_RespectsMaxResults
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_RespectsMaxResults_LargeValue
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ReturnsAssets_WithoutFilters
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ReturnsCorrectAssetPath
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ReturnsNullGuidForBuiltInAssets
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ReturnsUniqueAssets
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ReturnsValidAssetType
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ThrowsException_WhenMaxResultsIsNegative
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsFindBuiltInTests ‑ FindBuiltIn_ThrowsException_WhenMaxResultsIsZero
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsGetDataWithBuiltInTests ‑ GetData_BuiltInAsset_NotFound_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsGetDataWithBuiltInTests ‑ GetData_BuiltInMaterial_ReturnsData
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsGetDataWithBuiltInTests ‑ GetData_BuiltInShader_ReturnsData
com.IvanMurzak.Unity.MCP.Editor.Tests.AssetsMaterialTests ‑ Material_Create
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Component_BlacklistByTypeName_ShouldNotContainBlacklistedField
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Component_WithBlacklistedStruct_Field_ShouldNotContainBlacklistedField
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Component_WithBlacklistedType_Field_ShouldNotContainBlacklistedField
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Component_WithBlacklistedType_Property_ShouldNotContainBlacklistedProperty
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Component_WithMultipleBlacklistedTypes_ShouldNotContainAnyBlacklistedFields
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Component_WithoutBlacklist_ShouldContainAllFields
com.IvanMurzak.Unity.MCP.Editor.Tests.BlacklistTypeTests ‑ Serialize_Material_WithBlacklistedColor_ShouldNotContainColorMembers
com.IvanMurzak.Unity.MCP.Editor.Tests.BuiltInAssetCacheTests ‑ FindAssetByExtension_KnownBuiltIn_ReturnsAsset
com.IvanMurzak.Unity.MCP.Editor.Tests.BuiltInAssetCacheTests ‑ FindAssetByExtension_NullOrEmptyExtension_ReturnsAnyMatch
com.IvanMurzak.Unity.MCP.Editor.Tests.BuiltInAssetCacheTests ‑ FindAsset_Knob_AsSprite_ReturnsSprite
com.IvanMurzak.Unity.MCP.Editor.Tests.BuiltInAssetCacheTests ‑ FindAsset_Knob_AsTexture2D_ReturnsTexture2D
com.IvanMurzak.Unity.MCP.Editor.Tests.BuiltInAssetCacheTests ‑ FindAsset_Knob_SpriteAndTexture2D_AreDifferentObjects
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Connect_WithInvalidEndpoint_ShouldReturnFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Constructor_ShouldInitializeCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Constructor_WithNullBuilder_ShouldThrowArgumentNullException
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Constructor_WithNullLogger_ShouldThrowArgumentNullException
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Disconnect_ShouldSetKeepConnectedToFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Dispose_ShouldNotThrow
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Endpoint_ShouldBeSettable
com.IvanMurzak.Unity.MCP.Editor.Tests.ConnectionManagerTests ‑ ConnectionManager_Endpoint_ShouldHandleValidUrls
com.IvanMurzak.Unity.MCP.Editor.Tests.DataFieldScriptableObjectPopulationTests ‑ Populate_All_Fields_SO_Test
com.IvanMurzak.Unity.MCP.Editor.Tests.DataPopulationTests ‑ Populate_All_Types_Test
com.IvanMurzak.Unity.MCP.Editor.Tests.DataPropertyPopulationTests ‑ Populate_All_Properties_Test
com.IvanMurzak.Unity.MCP.Editor.Tests.DataPropertyScriptableObjectPopulationTests ‑ Populate_All_Properties_SO_Test
com.IvanMurzak.Unity.MCP.Editor.Tests.DemoTest ‑ Always_Valid_Test
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_CommandArrayContainsAllRequiredArguments
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_DeepNestedBodyPath_CreatesFullStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_EmptyBodyPath_HandlesGracefully
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_EmptyConfigPath_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_EmptyExistingFile_CreatesNewStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_ExistingFileNestedStructure_PreservesContent
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_ExistingFileSimpleStructure_PreservesContent
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_ExistingFileWithDuplicateCommand_ReplacesEntry
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_InvalidJsonFile_ReplacesWithNewConfig
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_MultipleCalls_UpdatesConfiguration
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_NestedBodyPath_CreatesCorrectStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ Configure_SimpleBodyPath_CreatesCommandArrayFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ ExpectedFileContent_NestedBodyPath_ReturnsCorrectNestedStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ ExpectedFileContent_SimpleBodyPath_ReturnsCorrectFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_EmptyFile_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_NestedBodyPath_DetectsCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_NonExistentFile_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_NonExistentPath_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_SimpleBodyPath_DetectsCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_WrongCommandArray_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigCommandArrayTests ‑ IsConfigured_WrongType_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_EmptyConfigPath_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_ExistingFile_MergedPropertiesInAlphabeticalOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Http_ContainsCorrectUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Http_CreatesCorrectFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Http_DefaultIdentityKeys_DoNotRemoveByServerUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Http_NestedBodyPath_CreatesCorrectStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Http_RemovesDuplicateByServerUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Http_RemovesDuplicateByUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_MultipleCalls_SameTransport_UpdatesConfiguration
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_PreservesUnrelatedServers
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_PropertiesInAlphabeticalOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Stdio_ContainsCorrectArguments
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Stdio_CreatesCorrectFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_Stdio_RemovesDuplicateByCommand
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_SwitchFromHttpToStdio_RemovesHttpProperties
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_SwitchFromStdioToHttp_RemovesStdioProperties
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Configure_SwitchTransport_PreservesOtherServers
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ ExpectedFileContent_Http_ReturnsCorrectFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ ExpectedFileContent_PropertiesInAlphabeticalOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ ExpectedFileContent_Stdio_ReturnsCorrectFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_EmptyFile_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_ExactComparison_RejectsDifferentPaths
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_HttpTransport_WithStdioConfig_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_MissingUrl_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_OtherServerMatches_ButDefaultMissing_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_ValidConfig_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_WithArgsProperty_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_WithCommandProperty_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_WrongType_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Http_WrongUrl_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_NonExistentFile_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_OtherServerMatches_ButDefaultMissing_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_OtherServerMatches_DefaultHasWrongValues_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_PathComparison_BackslashEqualsForwardSlash
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_PathComparison_TrailingSlashIgnored
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_StdioTransport_WithHttpConfig_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Stdio_MissingCommand_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Stdio_ValidConfig_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Stdio_WithUrlProperty_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_Stdio_WrongPort_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_UrlComparison_SchemeCaseInsensitive
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsConfigured_UrlComparison_TrailingSlashIgnored
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsDetected_DeprecatedName_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsDetected_DuplicateByCommand_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ IsDetected_DuplicateByUrl_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Unconfigure_DeprecatedAndCurrentPresent_RemovesBoth
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Unconfigure_DeprecatedName_RemovesIt
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Unconfigure_DuplicateByCommand_RemovesIt
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonAiAgentConfigTests ‑ Unconfigure_NothingPresent_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ BoundsInt_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ BoundsInt_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ BoundsInt_Standard
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ BoundsInt_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_MixedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_Standard
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.BoundsConverterTests ‑ Bounds_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color32_Black
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color32_Custom
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color32_Transparent
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color32_White
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_Black
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_Clear
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_Custom
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_HDR_Values
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_MixedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.ColorConverterTests ‑ Color_White
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_CustomValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_Identity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_MixedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_TRS
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.MatrixConverterTests ‑ Matrix4x4_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_AngleAxis
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_CustomValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_Euler
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_Identity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_MixedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.QuaternionConverterTests ‑ Quaternion_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ RectInt_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ RectInt_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ RectInt_Standard
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ RectInt_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_MixedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_Standard
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.RectConverterTests ‑ Rect_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_CustomValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_Down
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_Left
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_One
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_Right
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_Up
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2Int_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_Down
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_Left
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_MixedInfinityAndNaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_One
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_Right
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_SmallValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_Up
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector2_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Back
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_CustomValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Down
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Forward
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Left
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_One
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Right
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Up
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3Int_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Back
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Down
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Forward
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Left
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_MixedInfinityAndNaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_One
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Right
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_SmallValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Up
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector3_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_CustomValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_LargeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_MixedInfinityAndNaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_NaN
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_NegativeInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_NegativeValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_One
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_PositiveInfinity
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_SmallValues
com.IvanMurzak.Unity.MCP.Editor.Tests.JsonConverter.VectorConverterTests ‑ Vector4_Zero
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_DeepNestedBodyPath_CreatesFullStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_EmptyExistingFile_CreatesNewStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_ExistingFileNestedStructure_PreservesContent
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_ExistingFileSimpleStructure_PreservesContent
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_ExistingFileWithDuplicateCommand_ReplacesEntry
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_InvalidJsonFile_ReplacesWithNewConfig
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_NestedBodyPath_CreatesCorrectStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ ConfigureMcpClient_SimpleBodyPath_CreatesCorrectStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ IsMcpClientConfigured_NestedBodyPath_DetectsCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ IsMcpClientConfigured_NonExistentPath_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorClientConfigureTests ‑ IsMcpClientConfigured_SimpleBodyPath_DetectsCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Running,False,Running)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Running,True,Running)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Starting,True,External)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Stopped,False,Stopped)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Stopped,True,External)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Stopping,False,Stopping)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ CombineMcpServerStatus(Stopping,True,External)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ ComputeCloudAuthState_Cloud_EmptyToken
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ ComputeCloudAuthState_Cloud_NullToken
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ ComputeCloudAuthState_Cloud_ValidToken
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ ComputeCloudAuthState_Custom_NullToken
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ ComputeCloudAuthState_Custom_ValidToken
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Authorized
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Cancelled
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Expired
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Failed_NullMessage
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Failed_WithMessage
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Idle
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Initiating
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_Polling
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetAuthFlowStatusMessage_WaitingForUser
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetButtonText(Connected,False,"Connect")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetButtonText(Connected,True,"Disconnect")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetButtonText(Disconnected,False,"Connect")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetButtonText(Disconnected,True,"Stop")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetButtonText(Reconnecting,False,"Connect")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetButtonText(Reconnecting,True,"Stop")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusClass(Connected,False,"status-indicator-circle-disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusClass(Connected,True,"status-indicator-circle-online")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusClass(Disconnected,False,"status-indicator-circle-disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusClass(Disconnected,True,"status-indicator-circle-connecting")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusClass(Reconnecting,False,"status-indicator-circle-disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusClass(Reconnecting,True,"status-indicator-circle-connecting")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusText(Connected,False,"Disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusText(Connected,True,"Connected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusText(Disconnected,False,"Disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusText(Disconnected,True,"Connecting...")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusText(Reconnecting,False,"Disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetConnectionStatusText(Reconnecting,True,"Connecting...")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerButtonText(External,"External")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerButtonText(Running,"Stop")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerButtonText(Starting,"Starting...")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerButtonText(Stopped,"Start")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerButtonText(Stopping,"Stopping...")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_External_Http
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_External_NullTransport
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_External_Stdio
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_Running
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_Starting
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_Stopped
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerLabelText_Stopping
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerStatusClass(External,"status-indicator-circle-external")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerStatusClass(Running,"status-indicator-circle-online")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerStatusClass(Starting,"status-indicator-circle-connecting")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerStatusClass(Stopped,"status-indicator-circle-disconnected")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ GetServerStatusClass(Stopping,"status-indicator-circle-connecting")
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Authorized,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Cancelled,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Expired,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Failed,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Idle,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Initiating,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(Polling,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsAuthFlowRunning(WaitingForUser,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsHostFieldReadOnly(False,Connected,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsHostFieldReadOnly(False,Disconnected,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsHostFieldReadOnly(False,Reconnecting,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsHostFieldReadOnly(True,Connected,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsHostFieldReadOnly(True,Disconnected,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsHostFieldReadOnly(True,Reconnecting,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsMcpServerControlEnabled(stdio,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsMcpServerControlEnabled(streamableHttp,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsServerButtonEnabled(External,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsServerButtonEnabled(Running,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsServerButtonEnabled(Starting,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsServerButtonEnabled(Stopped,True)
com.IvanMurzak.Unity.MCP.Editor.Tests.MainWindowEditorStatusLogicTests ‑ IsServerButtonEnabled(Stopping,False)
com.IvanMurzak.Unity.MCP.Editor.Tests.McpPluginTests ‑ CurrentPlugin_ShouldHaveValidMcpManager
com.IvanMurzak.Unity.MCP.Editor.Tests.McpPluginTests ‑ CurrentPlugin_ShouldNotBeNull_WhenInitialized
com.IvanMurzak.Unity.MCP.Editor.Tests.McpPluginTests ‑ PluginProperty_WhereNotNull_ShouldExecuteCallbackAtLeastOnce
com.IvanMurzak.Unity.MCP.Editor.Tests.McpPluginTests ‑ PluginProperty_WhereNotNull_Take1_ShouldExecuteCallbackOnce
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_AudioSource_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_BoxCollider_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_Camera_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_ChildGameObject_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_DestroyedGameObject_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_GameObjectWithPosition_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_InactiveGameObject_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_InvalidObjectRef_ZeroInstanceID_ThrowsArgumentException
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_Light_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_Material_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_MeshRenderer_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_NonExistentInstanceID_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_Rigidbody_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_ValidComponent_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectGetDataTests ‑ GetData_ValidGameObject_ReturnsSerializedData
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectModifyTests ‑ Modify_InvalidObjectRef_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectModifyTests ‑ Modify_NullDiff_ThrowsArgumentNullException
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectModifyTests ‑ Modify_RenameGameObject_Success
com.IvanMurzak.Unity.MCP.Editor.Tests.ObjectModifyTests ‑ Modify_TransformPosition_Success
com.IvanMurzak.Unity.MCP.Editor.Tests.RefTypes.AssetObjectRefTests ‑ InstanceID_Description_Includes_All_Relevant_Props
com.IvanMurzak.Unity.MCP.Editor.Tests.RefTypes.GameObjectRefTests ‑ InstanceID_Description_Includes_All_Relevant_Props
com.IvanMurzak.Unity.MCP.Editor.Tests.RefTypes.ObjectRefTests ‑ InstanceID_Description_Includes_All_Relevant_Props
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsArray_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsBool_ShouldReturnAsStringWithoutStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsColor_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsCustomClass_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsDictionaryWithComplexValues_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsDictionary_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsEnum_ShouldReturnAsStringWithoutStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsFloat_ShouldReturnAsStringWithoutStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsInt_ShouldReturnAsStringWithoutStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsListOfCustomObjects_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsList_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsMicrosoftLogLevel_ShouldReturnAsStringWithoutStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsNestedClass_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsNull_ShouldReturnSuccessWithNullMessage
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsQuaternion_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsResponseCallTool_ShouldPassThroughDirectly
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsString_ShouldReturnAsStringWithoutStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_ReturnsVector3_ShouldReturnStructuredContent
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolStructuredContentTests ‑ RunTool_StructuredContent_ShouldBeValidJson
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Constructor_WithNullMethodInfo_ShouldThrow
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Constructor_WithNullName_ShouldThrow
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_CreateFromInstanceMethod_ShouldInitializeCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_CreateFromStaticMethod_ShouldInitializeCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Run_WithAsyncMethod_ShouldReturnCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Run_WithException_ShouldReturnError
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Run_WithNamedParameters_ShouldReturnSuccess
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Run_WithNullParameters_ShouldHandleGracefully
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Run_WithRequestIDInjection_ShouldInjectCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.RunToolTests ‑ RunTool_Run_WithValidParameters_ShouldReturnSuccess
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_CustomDimensions_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_DefaultDimensions_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_MainCameraTag_UsedWhenNoCameraRefProvided
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_NoCameraInScene_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_NullCameraRef_UsesFirstAvailableCamera
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_ViaRunTool_SmallestDimensions_Succeeds
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_ViaRunTool_WithCameraRef_Succeeds
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotCameraTests ‑ ScreenshotCamera_WithCameraRef_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_DoesNotThrow
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_GameViewTypeFound_InEditorContext
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_ReturnsKnownResponseType
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_ViaRunTool_WhenGameViewReady_Succeeds
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_ViaRunTool_WhenRenderTextureNotReady_ReturnsErrorJson
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_WhenGameViewReady_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotGameViewTests ‑ ScreenshotGameView_WhenRenderTextureNotReady_ReturnsSpecificError
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_DoesNotThrowException
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_ViaRunTool_WhenNoSceneView_ReturnsErrorJson
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_ViaRunTool_WhenSceneViewReady_Succeeds
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_WhenNoSceneViewOpen_ReturnsSpecificError
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_WithSceneView_CustomDimensions_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_WithSceneView_DefaultDimensions_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScreenshotSceneViewTests ‑ ScreenshotSceneView_WithSceneView_SmallDimensions_ReturnsImage
com.IvanMurzak.Unity.MCP.Editor.Tests.ScriptExecuteTests ‑ Script_Execute_DisablesGameObject
com.IvanMurzak.Unity.MCP.Editor.Tests.ScriptExecuteTests ‑ Script_Execute_EnablesGameObject
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ Markdown_ShouldContain_CliCommands
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ Markdown_ShouldContain_ExactlyOnePlatformInstallInstructions
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ Markdown_ShouldContain_NodejsInstallInstructions
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ Markdown_ShouldContain_TroubleshootingSection
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ Markdown_ShouldContain_VersionRequirement
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ Markdown_ShouldNotBeNullOrEmpty
com.IvanMurzak.Unity.MCP.Editor.Tests.SkillInitialSetupTests ‑ SkillId_ShouldBe_UnityInitialSetup
com.IvanMurzak.Unity.MCP.Editor.Tests.SpriteConverterTest ‑ TestSpritePopulation
com.IvanMurzak.Unity.MCP.Editor.Tests.StartupVersionTest ‑ Version_Should_Match_PackageJson_Version
com.IvanMurzak.Unity.MCP.Editor.Tests.StructPopulationTests ‑ Populate_ColorField_PartialUpdate_PreservesUnspecifiedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.StructPopulationTests ‑ Populate_CustomStruct_PartialUpdate_PreservesUnspecifiedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.StructPopulationTests ‑ Populate_MultipleStructFields_PartialUpdate_PreservesUnspecifiedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.StructPopulationTests ‑ Populate_NestedStruct_PartialUpdate_PreservesUnspecifiedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.StructPopulationTests ‑ Populate_StructField_FullReplacement_Works
com.IvanMurzak.Unity.MCP.Editor.Tests.StructPopulationTests ‑ Populate_Vector3Field_PartialUpdate_PreservesUnspecifiedValues
com.IvanMurzak.Unity.MCP.Editor.Tests.TestGameObjectUtils ‑ FindByPath
com.IvanMurzak.Unity.MCP.Editor.Tests.TestGameObjectUtils ‑ GetPath
com.IvanMurzak.Unity.MCP.Editor.Tests.TestInfrastructureValidation ‑ TestInfrastructure_BasicAssertion_ShouldPass
com.IvanMurzak.Unity.MCP.Editor.Tests.TestInfrastructureValidation ‑ TestInfrastructure_CanAccessCommonNamespace_ShouldPass
com.IvanMurzak.Unity.MCP.Editor.Tests.TestInfrastructureValidation ‑ TestInfrastructure_MockClassesWork_ShouldPass
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSchema ‑ Classes
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSchema ‑ MCP_Tools
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSchema ‑ Primitives
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSchema ‑ Structs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSchema ‑ Unity
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSchema ‑ UnityStructs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSerialize ‑ Classes
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSerialize ‑ Primitives
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSerialize ‑ Structs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSerialize ‑ UnityAsset
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSerialize ‑ UnityComponent
com.IvanMurzak.Unity.MCP.Editor.Tests.TestJsonSerialize ‑ UnityStructs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ BufferedFileLogStorage_MaxFileSizeMB_PassedToBase
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ ClearLogs_RemovesAllLogs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ FileLogStorage_MaxFileSizeMB_CustomValue
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ FileLogStorage_MaxFileSizeMB_DefaultValue
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ FileLogStorage_MaxFileSizeMB_ThrowsOnInvalidValue
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ FileLogStorage_ResetLogFile_ResetsWhenLimitReached
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFileImmediate_WritesSynchronously
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_HandlesEmptyLogs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_HandlesLargeMessages
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_MultipleSaveCycles
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_PreservesAllLogTypes
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_PreservesLogOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_PreservesSpecialCharacters
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_PreservesStackTraces
com.IvanMurzak.Unity.MCP.Editor.Tests.TestLogUtils ‑ SaveToFile_LoadFromFile_PreservesTimestamps
com.IvanMurzak.Unity.MCP.Editor.Tests.TestSerializer ‑ RS_SerializersOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.TestSerializer ‑ SerializeMaterial
com.IvanMurzak.Unity.MCP.Editor.Tests.TestSerializer ‑ SerializeMaterialArray
com.IvanMurzak.Unity.MCP.Editor.Tests.TestSerializer ‑ Serialize_Deserialize
com.IvanMurzak.Unity.MCP.Editor.Tests.TestStringUtils ‑ Path_ParseParent
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ClearLogs_DoesNotThrow
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ClearLogs_RemovesAllLogs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ClearLogs_ThenGetLogs_OnlyShowsNewLogs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ConsoleLogEntry_AssertType_CreatesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ConsoleLogEntry_CreatesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ConsoleLogEntry_ErrorType_CreatesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ ConsoleLogEntry_ToString_FormatsCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ Error_InvalidLogTypeFilter_ReturnsCorrectMessage
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ Error_InvalidMaxEntries_ReturnsCorrectMessage
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_AllLogTypes_HandlesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_AssertLogTypeFilter_HandlesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_CombinedFilters_WorksTogether
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_DefaultParameters_ReturnsLogs
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_ErrorLogTypeFilter_HandlesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_NoMatchingLogs_ReturnsNoLogsMessage
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_WithIncludeStackTrace_IncludesStackTraces
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_WithInvalidMaxEntries_ReturnsError
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_WithLogTypeFilter_FiltersCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_WithMaxEntries_LimitsResults
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsole ‑ GetLogs_WithTimeFilter_FiltersCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ ClearLogs_ThenAction_ThenGetLogs_IsolatesErrors
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ GetLogs_CapturesRealTimeLogs_Correctly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ GetLogs_MaxEntriesParameterDescription_EndsWithMax
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ GetLogs_MemoryManagement_LimitsEntries
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ GetLogs_ThreadSafety_HandlesMultipleAccess
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ GetLogs_Validate_LogCount
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolConsoleIntegration ‑ GetLogs_WithTimeFilter_FiltersTimeCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_CaseInsensitiveSearch_Works
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_CustomPageSize_ReturnsCorrectCount
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_DefaultPagination_ReturnsFirstPage
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_NegativePage_ClampedToZero
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_NoMatchingSearch_ReturnsEmptyWithZeroTotal
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_PageBeyondTotal_ReturnsEmptyItems
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_PageSizeTooLarge_ClampedToMax
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_PageSizeTooSmall_ClampedToOne
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_ResultContainsKnownComponents
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_SearchFilter_ReturnsFilteredResults
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_SearchWithPagination_WorksTogether
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_SecondPage_ReturnsDifferentItems
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ComponentListAll_TotalPagesCalculation_IsCorrect
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ CreateGameObject_Default
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ CreateGameObject_ExplicitDefaultTransform
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ CreateGameObject_ExplicitTransform
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId_ActiveGameObject
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId_DeepSerialization_False
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId_DeepSerialization_ProducesMoreDataThanShallow
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId_HierarchyDepth_1_DeepSerialization_True
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId_InactiveGameObject
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByInstanceId_NonExistent_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByJson_HierarchyDepth_0_DeepSerialization_False
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByJson_HierarchyDepth_0_DeepSerialization_True
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByJson_HierarchyDepth_0_DefaultSerialization
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByName
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByName_ActiveGameObject
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByName_InactiveGameObject
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByName_NonExistent_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByPath
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByPath_ActiveGameObject_NestedHierarchy
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByPath_InactiveGameObject_NestedHierarchy
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ FindByPath_NonExistent_ThrowsException
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ GetComponents
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ GetComponentsStringified
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ModifyComponent_Material
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ModifyComponent_Vector3
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ModifyJson_SolarSystem_PlanetsArray
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ModifyJson_SolarSystem_Sun_NameComponent
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ ModifyJson_SolarSystem_Sun_NameIndex
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolGameObject ‑ SetMaterial
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodCall_UnityEditor_Build_NamedBuildTarget_get_TargetName
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodCall_UnityEditor_EditorUserBuildSettings_get_activeBuildTarget
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodCall_UnityEngine_Application_get_platform
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodCall_UnityEngine_GameObject_GetComponent_Transform
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodCall_UnityEngine_GameObject_SetActive_ReturnsVoid
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodCall_UnityEngine_Transform_LookAt
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodFind_Transform
com.IvanMurzak.Unity.MCP.Editor.Tests.TestToolReflection ‑ MethodFind_UnityEditor_Build_NamedBuildTarget_TargetName
com.IvanMurzak.Unity.MCP.Editor.Tests.TokenCounterTests ‑ AllTools_TokenCount_ArePositive
com.IvanMurzak.Unity.MCP.Editor.Tests.TokenCounterTests ‑ AllTools_TokenCount_AreWithinReasonableRange
com.IvanMurzak.Unity.MCP.Editor.Tests.TokenCounterTests ‑ AllTools_TotalTokenCount_IsReasonable
com.IvanMurzak.Unity.MCP.Editor.Tests.TokenCounterTests ‑ FormatTokenCount_1000OrMore_ReturnsKFormat
com.IvanMurzak.Unity.MCP.Editor.Tests.TokenCounterTests ‑ FormatTokenCount_LessThan1000_ReturnsPlainNumber
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_CodexLikeConfig_IsConfiguredReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_EmptyArray_HandledCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_EmptyConfigPath_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingFileWithIntArray_MergesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingFile_PreservesOtherSections
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_InlineCommentOnBool
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_InlineCommentOnBoolArray
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_InlineCommentOnInt
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_InlineCommentOnIntArray
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_InlineCommentOnQuotedString
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_InlineCommentOnStringArray
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_MergedPropertiesInAlphabeticalOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_MergesProperties
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_PreservesDateValue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_PreservesFloatValue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_ExistingSection_RemovesSpecifiedProperties
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_HttpConfig_NewFile_CreatesCorrectStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_Http_DefaultIdentityKeys_DoNotRemoveByServerUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_Http_RemovesDuplicateByServerUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_Http_RemovesDuplicateByUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_MultipleCalls_DoesNotDuplicate
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_NegativeIntArray_HandledCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_NewFile_ContainsAllArguments
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_NewFile_CreatesCorrectStructure
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_NewFile_PropertiesInAlphabeticalOrder
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_PreservesUnrelatedServers
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_Stdio_RemovesDuplicateByCommand
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_WithBoolArray_IsConfiguredReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_WithBooleanProperty_IsConfiguredReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_WithIntArray_IsConfiguredReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_WithIntegerProperty_IsConfiguredReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Configure_WithStringArray_IsConfiguredReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ ExpectedFileContent_ContainsCorrectSection
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ ExpectedFileContent_CustomBodyPath_UsesCorrectSection
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ ExpectedFileContent_HttpConfig_ContainsUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ ExpectedFileContent_PropertiesInAlphabeticalOrder
Check notice on line 0 in .github
github-actions / 6000.3.1f1 editmode windows-mono Results
701 tests found (test 591 to 701)
There are 701 tests, see "Raw output" for the list of tests 591 to 701.
Raw output
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_AfterConfigure_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_DifferentBodyPath_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_EmptyFile_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_ExactComparison_RejectsDifferentPaths
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_ExistingBoolArray_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_ExistingIntArray_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_ExistingNegativeIntArray_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_ExistingStringArray_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_HasPropertyToRemove_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_HttpAfterConfigure_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_MismatchedBoolArray_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_MismatchedIntArray_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_MissingArgs_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_NonExistentFile_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_PathComparison_BackslashEqualsForwardSlash
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_PathComparison_TrailingSlashIgnored
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_StringArrayWithHashInsideQuotes_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_StringArrayWithInlineComment_MatchesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_UrlComparison_SchemeCaseInsensitive
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_UrlComparison_TrailingSlashIgnored
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_WithInlineComments_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsConfigured_WrongCommand_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsDetected_DeprecatedName_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsDetected_DuplicateByCommand_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ IsDetected_DuplicateByUrl_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Unconfigure_DeprecatedAndCurrentPresent_RemovesBoth
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Unconfigure_DeprecatedName_RemovesIt
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Unconfigure_DuplicateByCommand_RemovesIt
com.IvanMurzak.Unity.MCP.Editor.Tests.TomlAiAgentConfigTests ‑ Unconfigure_NothingPresent_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.ToolParameterTests ‑ AllMcpTools_ShouldHaveAtLeastOneParameter
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ AllIncludeRecursively_WithDefs_AllDescriptionsPresent
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_Ignore_ArrayType_ZeroDescriptions
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_Ignore_ObjectType_ZeroDescriptions
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_Ignore_WithDefs_ZeroDescriptions
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_IncludeRecursively_WithDefs_DefsPropertiesHaveDesc
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_IncludeRecursively_WithDefs_NoDefs_TypeDescs_PropDescsEverywhere
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_Include_ArrayType_ItemsDescPresent
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_Include_ObjectType_RootPropertiesHaveDesc
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Ignore_Include_WithDefs_DefsPropertiesHaveNoDesc
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ IncludeRecursively_Ignore_WithDefs_DefsHaveTypeDesc
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ IncludeRecursively_Ignore_WithDefs_TypeDescsInDefs_NoPropDescs
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Include_Ignore_ObjectType_RootDescPresent
com.IvanMurzak.Unity.MCP.Editor.Tests.TypeGetJsonSchemaTests ‑ Include_Include_WithDefs_DefsHaveNoTypeDesc
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ClearPreferences_DoesNotThrow
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ClearPreferences_ResetsDoNotShowAgain
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ CompareVersions_DifferentLengths_ComparesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ CompareVersions_Equal_ReturnsZero
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ CompareVersions_FirstGreater_ReturnsPositive
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ CompareVersions_NonNumericParts_HandledGracefully
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ CompareVersions_SecondGreater_ReturnsNegative
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsDoNotShowAgain_DefaultValue_IsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsDoNotShowAgain_SetFalse_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsDoNotShowAgain_SetTrue_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_EmptyStrings_HandledGracefully
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_LargeVersionNumbers_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_MixedVersionLengths_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_MixedVersionLengths_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_NewerMajorVersion_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_NewerMinorVersion_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_NewerPatchVersion_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_OlderVersion_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_SameVersion_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ IsNewerVersion_TwoPartVersion_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_ComplexGitHubResponse_ParsesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_EmptyArray_ReturnsNull
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_EmptyString_ReturnsNull
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_MalformedJson_ReturnsNull
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_MixedValidInvalid_ReturnsLatestValid
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_NoValidVersions_ReturnsNull
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_SingleTag_ReturnsVersion
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_TwoPartVersions_ParsesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_UnorderedTags_ReturnsLatest
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_UppercaseVPrefix_ParsesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_ValidJson_ReturnsLatestVersion
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ParseLatestVersionFromJson_WithoutVPrefix_ParsesCorrectly
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ReleasesUrl_ReturnsValidGitHubUrl
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ShouldCheckForUpdates_AfterClearPreferences_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ShouldCheckForUpdates_DefaultState_ReturnsTrue
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ ShouldCheckForUpdates_DoNotShowAgainTrue_ReturnsFalse
com.IvanMurzak.Unity.MCP.Editor.Tests.UpdateCheckerTests ‑ SkipVersion_StoresVersion
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ GetJson_IncludeAll
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ GetJson_IncludeMultipleModules
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ GetJson_WithInstanceID_ReturnsMainModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ GetJson_WithPath_ReturnsMainModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_IncludeAll_ReturnsAllModules
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_IncludeColorOverLifetime_ReturnsColorModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_IncludeEmission_ReturnsEmissionModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_IncludeNoise_ReturnsNoiseModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_IncludeRenderer_ReturnsRendererModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_IncludeShape_ReturnsShapeModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_ReturnsParticleSystemState
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_WithInstanceID_ReturnsMainModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_WithName_ReturnsMainModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemGet ‑ Get_WithPath_ReturnsMainModule
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ ModifyJson_MainModule_Duration
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ ModifyJson_MainModule_MaxParticles
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ ModifyJson_MultipleModules
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ ModifyJson_NoiseModule_Enable
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ ModifyJson_ShapeModule_Radius
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ ModifyJson_WithPath
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_EmissionModule_Enabled
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_MainModule_Duration
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_MainModule_Loop
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_MainModule_MaxParticles
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_MultipleModules
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_NoiseModule_Enabled
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_ReturnsLogs
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_ShapeModule_Enabled
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_ShapeModule_Radius
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_TrailsModule_Enabled
com.IvanMurzak.Unity.MCP.ParticleSystem.Editor.Tests.TestToolParticleSystemModify ‑ Modify_WithPath_Works
Loading