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