C# Class Tests.TableSchemaTests

Mostrar archivo Open project: mikeobrien/Gribble

Public Properties

Property Type Description
GribbleDatabase ITableSchema
Profiler IProfiler

Private Methods

Method Description
Add_Column_Test ( ) : void
Add_Index_Test ( ) : void
Drop_Column_Test ( ) : void
Drop_Index_Test ( ) : void
Drop_Table_Test ( ) : void
Setup ( ) : void
TearDown ( ) : void
TestSetup ( ) : void
should_add_table_columns ( ) : void
should_add_table_indexes ( ) : void
should_create_table ( ) : void
should_create_table_from_template ( ) : void
should_create_table_with_identity ( ) : void
should_create_table_with_specific_sql_type ( ) : void
should_get_table_columns ( ) : void
should_get_table_indexes ( ) : void
should_indicate_table_does_not_exist ( ) : void
should_indicate_table_exists ( ) : void

Property Details

GribbleDatabase public_oe property

public ITableSchema GribbleDatabase
return ITableSchema

Profiler public_oe static_oe property

public static IProfiler Profiler
return IProfiler