You declared you SimpleCircle class as inner class for TestSimpleCircle.
You need either move it into a separate file or declare it as
static class SimpleCircle
You declared you SimpleCircle class as inner class for TestSimpleCircle.
You need either move it into a separate file or declare it as
static class SimpleCircle