testing.TestCase.Test Extends
A class representing a single test function.

Inheritance

Constructor

goog.testing.TestCase.Test(namerefopt_scope)

Parameters

name : string
The test name.
ref : Function
Reference to the test function.
opt_scope : Object=
Optional scope that the test function should be called in.

Instance Methods

Public Protected Private
execute()
Executes the test function.
code »

Instance Properties

name :
The name of the test.
Code »
ref :
Reference to the test function.
Code »
scope :
Scope that the test function should be called in.
Code »

Package testing.TestCase

Package Reference