@Test public void testReadOnlyLongProperty(){ ReadOnlyLongProperty actual = new SimpleLongProperty(30l); assertThat(actual).hasValue(30l); assertThat(actual).hasSameValue(actual); }
public ReadOnlyLongProperty fpsProperty() { return fps.getReadOnlyProperty(); }
public ReadOnlyLongProperty currentTimeProperty() { return currentTime.getReadOnlyProperty(); }
public ReadOnlyLongProperty elapsedTimeProperty() { return elapsedTime.getReadOnlyProperty(); }
public ReadOnlyLongProperty lastFrameTimeProperty() { return lastFrameTime.getReadOnlyProperty(); }
protected ReadOnlyLongPropertyAssert(ReadOnlyLongProperty actual) { super(actual, ReadOnlyLongPropertyAssert.class); }
public ReadOnlyLongProperty idProperty() { return this.id; }
public ReadOnlyLongProperty currentTimeProperty() { return currentTime; }