×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Java
Posted by: Michael Hudzilla
Added: Apr 29, 2015 5:54 PM
Modified: Apr 29, 2015 6:28 PM
Views: 1872
Tags: junit test
  1. @Test
  2.         public void newRoutine() throws Exception {
  3.                 throw new RuntimeException("Not Implemented");
  4.         }