This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for(TestStep step : listOfTestStep) | |
| { | |
| WsdlTestStep stepWithConfig; | |
| SamplerTestStep stepWithRequest; | |
| if(setp instanceOf WsdlTestStep) stepWithConfig = (WsdlTestStep) step | |
| if(setp instanceOf SampleTestStep) stepWithRequest = (SampleTestStep) step | |
| //Tu fait des trucs ma bite | |
| if(stepWithConfig) { | |
| //Tu fait des trucs mon zboub mais que si c'est du WsdlTestStep |
NewerOlder