Statement Coverage | Branch Coverage | Loop Coverage | Strict Condition Coverage | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
public void closeWindow(String fileId) | 4 / 4 | 100 % |
|
0 / 0 | --- | 0 / 0 | --- | 0 / 0 | --- |
AppView.java | ||
---|---|---|
113 | public void closeWindow(String fileId) { | |
114 | FrameMain frameMain = getWindowFromId(fileId); | |
115 | ||
116 | this.windowList.remove(fileId); | |
117 | ||
118 | frameMain.setVisible(false); | |
119 | frameMain.dispose(); | |
120 | } |