C# Class Griffin.Data.Sqlite.IntegrationTests.AsyncCommandExtensionsTests

Inheritance: IDisposable
Show file Open project: jgauffin/Griffin.Framework

Public Methods

Method Description
AsyncCommandExtensionsTests ( ) : System
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Private Methods

Method Description
FirstOrDefault_without_one_row_should_return_that_row ( ) : System.Threading.Tasks.Task
FirstOrDefault_without_rows_should_return_default ( ) : System.Threading.Tasks.Task
First_with_rows_should_succeed ( ) : System.Threading.Tasks.Task
First_without_rows_should_throw_exception ( ) : void
enumerate ( ) : System.Threading.Tasks.Task
enumerate_no_rows ( ) : System.Threading.Tasks.Task
tolist ( ) : System.Threading.Tasks.Task
tolist_no_rows ( ) : System.Threading.Tasks.Task

Method Details

AsyncCommandExtensionsTests() public method

public AsyncCommandExtensionsTests ( ) : System
return System

Dispose() public method

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
return void