| Package | Description |
|---|---|
| org.assertj.swing.finder |
Utilities for finding
Components. |
| Modifier and Type | Method and Description |
|---|---|
static JFileChooserFinder |
JFileChooserFinder.findFileChooser()
Creates a new
JFileChooserFinder capable of looking up a JFileChooser. |
static JFileChooserFinder |
JFileChooserFinder.findFileChooser(GenericTypeMatcher<? extends JFileChooser> matcher)
Creates a new
JFileChooserFinder capable of looking up a JFileChooser using the given matcher. |
static JFileChooserFinder |
JFileChooserFinder.findFileChooser(String name)
Creates a new
JFileChooserFinder capable of looking up a JFileChooser by name. |
JFileChooserFinder |
JFileChooserFinder.withTimeout(long timeout)
Sets the timeout for this finder.
|
JFileChooserFinder |
JFileChooserFinder.withTimeout(long timeout,
TimeUnit unit)
Sets the timeout for this finder.
|
Copyright © 2014 AssertJ. All rights reserved.