One of the first things to establish is a class naming convention. Generally, you’ll have at least one unit test class for each class that you work on, so it makes sense to make the unit test class name a variation of the class name.
Sobering reminder of all the testing best practices I can thnkfully take for granted in 2018