C# Class AK.F1.Timing.Model.Driver.AssertExtensions

Show file Open project: simoneb/ak-f1-timing

Public Methods

Method Description
Empty ( this assert, DriverModel model ) : void
Empty ( this assert, LapTimesModel model ) : void
Empty ( this assert, PostedTimeCollectionModel model ) : void
Empty ( this assert, QuallyTimesModel model ) : void
NotEmpty ( this assert, PostedTimeCollectionModel model ) : void

Method Details

Empty() public static method

public static Empty ( this assert, DriverModel model ) : void
assert this
model DriverModel
return void

Empty() public static method

public static Empty ( this assert, LapTimesModel model ) : void
assert this
model LapTimesModel
return void

Empty() public static method

public static Empty ( this assert, PostedTimeCollectionModel model ) : void
assert this
model AK.F1.Timing.Model.Collections.PostedTimeCollectionModel
return void

Empty() public static method

public static Empty ( this assert, QuallyTimesModel model ) : void
assert this
model QuallyTimesModel
return void

NotEmpty() public static method

public static NotEmpty ( this assert, PostedTimeCollectionModel model ) : void
assert this
model AK.F1.Timing.Model.Collections.PostedTimeCollectionModel
return void