correction get et set de Property
This commit is contained in:
@@ -221,8 +221,8 @@ public class test {
|
||||
|
||||
@Test
|
||||
public void test_PropertyInteriorColor(){
|
||||
XS.setColor("red");
|
||||
assertTrue(XS.getColor()=="red");
|
||||
XS.setProperty("color","red");
|
||||
assertTrue(XS.getProperty("color").get()=="red");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user