ricardojob / plain-test

Just a tool for testing. No XML! Just a plain text language...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plain Test

Rational

Testing is hard. If there is an application that executes tests from plain test files?

Format

Suite UserTest {
    HTTP CreateUser {
        url   : "http://127.0.0.1"
        method: "POST"
        body  : """
                   {
                       "id": 123,
                       "firstName": "John",
                       "lastName" : "Doe"
                   }
                """
        assert responseCode: 200
    }
}

About

Just a tool for testing. No XML! Just a plain text language...

License:GNU Lesser General Public License v3.0


Languages

Language:Java 98.9%Language:ANTLR 1.1%