MCPcopy Index your code
hub / github.com/SpaiR/imgui-java / get

Class get

imgui-binding/src/test/java/imgui/ImStringTest.java:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 @Nested
38 class get {
39 @Test
40 void simple() {
41 final ImString str = new ImString("test");
42 assertEquals("test", str.get());
43 assertEquals(str.get(), str.toString(), "ImString#toString() must return value which should be equal to ImString#get()");
44 }
45 }
46
47 @Nested
48 class set {

Callers 3

hasNoNameMethod · 0.85
hasNoInnerContentMethod · 0.85
getOffsetMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected