8000 GitHub - Xnizer/Runnable
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Xnizer/Runnable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runnable

Note: this library is still under construction.

Test your new idea quickly, and avoid commenting out your previews tests, go with Runnable!

With Runnable you can just add the [Runnable] attribute to functions anywhere in your code, and with a single line of code, Runnable will let you run any of those functions from the console.

Example

static void main()
{
	Runnable.Runner.Run();
}

// somwhere in your code
[Runnable("My brilliant idea")]
public void TestBrilliantIdea()
{
	// test code here
}

// somewhere else in your code
[Runnable("My other brilliant idea")]
public void Test()
{
	// test code here
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0