Eclipse Java project
Import project as a Java Project -> run tests as a java-application.
The program has domain objects: Talk,Session and Track.
It reads the input from a file sample.txt, using a regular expression. convert the input into a List of String objects(title,talk_duration).
It has Services for each domain element, and custom-exception InvalidScheduleException
TestReader a file reader Test. TestTalkService tests the TalkService logic TestTrackService test both SessionService and TrackService