diff --git a/src/fr/test/test.java b/src/fr/test/test.java index 658787e..f2047d1 100644 --- a/src/fr/test/test.java +++ b/src/fr/test/test.java @@ -219,4 +219,11 @@ public class test { } + @Test + public void test_PropertyInteriorColor(){ + XS.setColor("red"); + assertTrue(XS.getColor()=="red"); + } + + } \ No newline at end of file