HanSolo / medusa

A JavaFX library for Gauges
Apache License 2.0
688 stars 129 forks source link

adds Unit Tests for e.g. #128 #130

Open WolfgangFahl opened 7 years ago

WolfgangFahl commented 7 years ago

On my computer with sleep times lower than 17 msecs I get the null pointer exceptions. With longer sleeps there is no error.

HanSolo commented 7 years ago

Keep in mind that if you would like to visualize "real-time" data, you should switch animation off (setAninated(false)). This is mainly used for visualizations of data which will come in intervals larger seconds.

WolfgangFahl commented 7 years ago

I have changed the default to non animated and will only use animated for slow changing values like the odometer. Would you please add the src/test part of my pull request so that further unit tests can be added. see #134