forked from matyb/java-koans
-
Notifications
You must be signed in to change notification settings - Fork 0
A framework and corresponding koans to learn the core Java language, best practices, and TDD
License
mcornell/java-koans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Running Instructions: 1. Download and unarchive the contents of the most recent java-koans in development from: https://github.com/matyb/java-koans/archives/master 2. Open a terminal and cd to the 'koans/src' directory from within the archive 3. Run run.bat or run.sh (whichever is applicable for your OS) 4. Follow the instructions on screen, and rerun the run file in the last step Developing a Koan: 1. Follow any of the existing koans as an example to create a new class w/ koan methods (indicated by the @Koan annotation) 2. Define the order and metadata associated with each koan in the PathToEnlightment.xml 3. If necessary - use dynamic content in your lesson, examples are located in XmlVariableInjector class (and Test) and the AboutKoans.java file
About
A framework and corresponding koans to learn the core Java language, best practices, and TDD
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 99.8%
- Shell 0.2%