Class: Lemon::TestClass

Inherits:
TestModule show all
Defined in:
lib/lemon/test_class.rb

Overview

Subclass of TestModule used for classes. It’s basically the same class.

Defined Under Namespace

Classes: Scope

Instance Attribute Summary

Attributes inherited from TestCase

#advice, #context, #label, #setup, #skip, #target, #tests

Method Summary

Methods inherited from TestModule

#initialize, #to_s, #validate_settings

Methods inherited from TestCase

#each, #evaluate, #initialize, #run, #scope, #scope_class, #size, #skip!, #skip?, #to_s, #validate_settings

Constructor Details

This class inherits a constructor from Lemon::TestModule