debugPrivateCollection

Pipes the current private collection in to the TestBox debug panel.

Arguments

Name Type Required Default Description
No Arguments

Examples

it( "can see the current private collection in the debug panel", function() {
    this.visit( "/login" )
        .debugPrivateCollection();
} );