Skip to content

Commit

Permalink
(doc) Add documentation to FxAssertContext.(doc) Add documentation to…
Browse files Browse the repository at this point in the history
… FxAssertContext.
  • Loading branch information
JordanMartinez committed Dec 20, 2016
1 parent d5a00c7 commit 8c781db
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
import org.testfx.service.finder.NodeFinder;
import org.testfx.service.support.CaptureSupport;

/**
* Stores contextual information for {@link FxAssert}:
* <ul>
* <li>a {@link NodeFinder}, which defaults to {@link FxServiceContext#getNodeFinder()}</li>
* <li>a {@link CaptureSupport}, which defaults to {@link FxServiceContext#getCaptureSupport()}</li>
* </ul>
*/
@Unstable(reason = "class was recently added")
public class FxAssertContext {

Expand Down

0 comments on commit 8c781db

Please sign in to comment.