kevmoens / Ellabit

The interactive C# coding app to learn/practice coding.
MIT License
55 stars 21 forks source link

Allow tests for a challange to be a class compiled into Ellabit instead of compiling on the fly #28

Open kevmoens opened 2 years ago

kevmoens commented 2 years ago

Create new property named TestMethods that is a List in IChallenge If TestMethods is null or have no tests use the TestCode and Tests property to run tests.