Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Eventually everything could success

Eventually is a library for integration tests inspired by Scalatest Eventually.

Goal

Integration tests are tests when sometime you need to wait some event. Sometime you need to wait alot. For example selenium tests mainly consists of waiting. Scalatest eventually is the most useful library it that case and the porpose of this project is to port is to dotnet.

Instalation

dotnet add package EventuallyNet

Using

You can use it through static import

usingstaticEventuallyNet.EventuallyStatic;Eventually(()=>"It works!");

Or by creating instans yourself.

usingEventuallyNet;varpatienceConfig=newPatienceConfig(TimeSpan.FromMilliseconds(150),TimeSpan.FromMilliseconds(15));varev=newEventuallyClass(patienceConfig);ev.Eventually(()=>"It works!");

You find more examples in tests.

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages