#Testing Standards
This document is an extension of [wiki:coding/standards coding standards]. The goal of this document is to keep core tests consistent. We suggest you follow the same rules in your own projects.
### Class Names
Class names should be the name of the class you are testing with the ```Test``` suffix.
{{{
class ObjectTest ...
This document is an extension of [wiki:coding/standards coding standards]. The goal of this document is to keep core tests consistent. We suggest you follow the same rules in your own projects.
### Class Names
Class names should be the name of the class you are testing with the ```Test``` suffix.
{{{
class ObjectTest ...