jthomas
(Jamie Thomas)
March 15, 2017, 7:31pm
1
Monday’s design forum we will be taking a look at unit test style to remove duplication. If you have a topic you would like to discuss on an upcoming call please post it here and join us from 4-5pm UTC.
Hi there!
I was so getting used to the OpenMRS unit test style that I didnt see this until someone told me that we have duplication in our unit test style convention.
In the class we want to test we write the @should say hello, and nothing more that that which via the handy test case plugin translates to
/**
* @see Person#sayHello()
* @verifies say hello, and nothing more that that
*/
@Test
public void sayHello_shouldSayHelloAndNothingMoreThatThat() throws Exception {
so we have almost 3 ide…
The next design forum will be on Wednesday, March 22 @ 6-7pm UTC - Review “Crazy ideas”: no rules, what crazy approaches/technologies could disruptively improve OpenMRS development