Results 2 issues of Ton van Bart

This PR adds a test extension and annotations to enable KSML stream definitions without all the needed boilerplate. The extension uses the standard Kafka `TopologyTestDriver`. Some example tests are added.

Class `SchemaLoader` has a hard coded constant `DIRECTORY_SEPARATOR` set to `/`, which will probably fail if someone tries to run KSML on a Windows system. Replacing this with `File.pathSeparator()` or...