Quantcast
Viewing all articles
Browse latest Browse all 3

standards/testing

#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 ...

Viewing all articles
Browse latest Browse all 3

Trending Articles