TestCasePath implements ITestCase interface.
| 71 | |
| 72 | // TestCasePath implements ITestCase interface. |
| 73 | type TestCasePath string |
| 74 | |
| 75 | func (path *TestCasePath) GetPath() string { |
| 76 | return fmt.Sprintf("%v", *path) |
no outgoing calls
no test coverage detected