public interface ScreenShotFilenameGenerator
Modifier and Type | Method and Description |
---|---|
File |
getTargetFilename(org.junit.runner.Description description)
Generates unique file names for the test case described by
description . |
File getTargetFilename(org.junit.runner.Description description)
description
.description
- The test case description.Copyright © 2011-2013 Brian Thomas Matthews. All Rights Reserved.