hyperskill / hs-test

A framework that simplifies testing educational projects for Hyperskill. It is built on top of JUnit.
31 stars 10 forks source link

Add support for JSON in Expectation class #86

Closed aaaaaa2493 closed 4 years ago

aaaaaa2493 commented 4 years ago

Possibly by specifying "isJson()" and "isXml()" after "expect( ... )

aaaaaa2493 commented 4 years ago

Check JSON in d9adb2945669fd568959b8ac6125cfdb0e2aa682

aaaaaa2493 commented 4 years ago

XML support moved to a separate issue #99