Skip to content

Instantly share code, notes, and snippets.

View torakiki's full-sized avatar
👍
On PDFsam or Sejda.. as always

Andrea Vacondio torakiki

👍
On PDFsam or Sejda.. as always
View GitHub Profile
@torakiki
torakiki / UnitTest.java
Created November 30, 2018 15:33
Failing TableViewMatchers.hasTableCell
import static javafx.collections.FXCollections.observableArrayList;
import java.util.HashMap;
import java.util.Map;
import org.junit.Test;
import org.testfx.api.FxAssert;
import org.testfx.framework.junit.ApplicationTest;
import org.testfx.matcher.control.TableViewMatchers;