I wonder whats the best naming convention for test classes. I have been using *Test for ages, in java, ruby, javascript etc. but some days ago i noticed: a test class is not a test, it is something that contains multiple tests. it could be a suite, but suite for me sounds like old junit suites. So I’m thinking *Tests could be a good naming convention for tests.