elvyssoares

Resource Optimism - Original - Toy Example

Jun 10th, 2020
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. @Test
  2. public void test() throws Exception {
  3.     ExternalResource r = new ExternalResource();
  4.     MyClass c = new MyClass();
  5.     c.setA(r.performAction());
  6.     assertTrue(c.isA());
  7. }
Advertisement
Add Comment
Please, Sign In to add comment