C# Class Tests.ImplicitMapping.SqlStatementTests

Mostra file Open project: mikeobrien/Gribble

Public Properties

Property Type Description
Profiler IProfiler
SqlStatement ISqlStatement

Private Methods

Method Description
Setup ( ) : void
TearDown ( ) : void
TestSetup ( ) : void
should_allow_case_insensitive_params ( ) : void
should_allow_nullable_params ( ) : void
should_execute_multiple_batches ( ) : void
should_execute_non_query ( [ firstBatch ) : void
should_get_multiple_results ( [ firstBatch ) : void
should_get_multiple_results_without_an_id ( [ firstBatch ) : void
should_get_multiple_simple_results ( [ firstBatch ) : void
should_get_one_result ( [ firstBatch ) : void
should_get_scalar_result ( [ firstBatch ) : void
should_return_nullable_scalar ( ) : void

Property Details

Profiler public_oe static_oe property

public static IProfiler Profiler
return IProfiler

SqlStatement public_oe property

public ISqlStatement SqlStatement
return ISqlStatement