test property color Exteriror

This commit is contained in:
trochas
2024-12-04 17:08:47 +01:00
parent e1a5373c90
commit e68e2771ed

View File

@@ -219,4 +219,11 @@ public class test {
}
@Test
public void test_PropertyInteriorColor(){
XS.setColor("red");
assertTrue(XS.getColor()=="red");
}
}