/**
* The name should be transformed into uppercase.
*/
@Test
publicvoid shouldReturnItemNameInUpperCase(){//// Given//String name ="Nicolas"//// When//String result = name.toUppercase();//// Then//
assertEqual(result, "NICOLAS");}
code/test/given-when-then.txt ยท Last modified: 2019/01/17 10:52 by gerardnico