File: README.md

package info (click to toggle)
node-husl 6.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,820 kB
  • ctags: 147
  • sloc: java: 612; ansic: 285; makefile: 11; sh: 2
file content (6 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
Tests added by @Pimm. Here's what he says about running them:

> Providing Eclipse and [Android SDK](http://developer.android.com/sdk/index.html) are available:
> One can run the tests by creating an Android project in Eclipse which somehow includes the `HuslConverter` class, and then create an Android test project which is configured to test the former project. There's documentation about this over at [developer.android.com](http://developer.android.com/tools/testing/testing_eclipse.html).
> 
> If no Android device is available, the tests can be run using an emulator (included in the SDK). It can of course be done with other IDEs, as well.