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

Afficher le fichier Open project: simoneb/ak-f1-timing

Méthodes publiques

Méthode 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 méthode

public static Empty ( this assert, DriverModel model ) : void
assert this
model DriverModel
Résultat void

Empty() public static méthode

public static Empty ( this assert, LapTimesModel model ) : void
assert this
model LapTimesModel
Résultat void

Empty() public static méthode

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

Empty() public static méthode

public static Empty ( this assert, QuallyTimesModel model ) : void
assert this
model QuallyTimesModel
Résultat void

NotEmpty() public static méthode

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