@author: anyang @create: 2019/03/26 10:22
| 6 | * @create: 2019/03/26 10:22 |
| 7 | */ |
| 8 | public class AttacherTest { |
| 9 | @Test |
| 10 | public void testDoAttach() { |
| 11 | try { |
| 12 | Attacher attacher = new Attacher("4567", "/Users/anyang/Desktop/jacoco/sum/jboss-5.0.1.GA/"); |
| 13 | attacher.doAttach("install"); |
| 14 | } catch (Throwable e) { |
| 15 | // |
| 16 | } |
| 17 | |
| 18 | try { |
| 19 | Attacher attacher = new Attacher("24682", "/Users/anyang/Desktop/jacoco/sum/jboss-5.0.1.GA/"); |
| 20 | attacher.doAttach("uninstall"); |
| 21 | } catch (Throwable e) { |
| 22 | // |
| 23 | } |
| 24 | } |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected