assertClassNameIs
Asserts that klass's runtime name matches the expected name. Comparison is platform-specific because Kotlin/JS does not preserve fully qualified class names: the JVM actual compares klass's qualified name against name verbatim, while the JS actual compares only the last, dot-separated segment of name against klass's simple name.
Asserts that klass's runtime name matches the expected name. Comparison is platform-specific because Kotlin/JS does not preserve fully qualified class names: the JVM actual compares klass's qualified name against name verbatim, while the JS actual compares only the last, dot-separated segment of name against klass's simple name.
Asserts that klass's runtime name matches the expected name. Comparison is platform-specific because Kotlin/JS does not preserve fully qualified class names: the JVM actual compares klass's qualified name against name verbatim, while the JS actual compares only the last, dot-separated segment of name against klass's simple name.