( Class clas )
| 116 | Object classInstance; |
| 117 | |
| 118 | void setClassStatic( Class clas ) { |
| 119 | this.classStatic = clas; |
| 120 | importStatic( clas ); |
| 121 | } |
| 122 | void setClassInstance( Object instance ) { |
| 123 | this.classInstance = instance; |
| 124 | importObject( instance ); |
no test coverage detected