Skip to content

Instantly share code, notes, and snippets.

@olegoid
Created November 4, 2014 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olegoid/dc6cde2b49cb0afa0c63 to your computer and use it in GitHub Desktop.
Save olegoid/dc6cde2b49cb0afa0c63 to your computer and use it in GitHub Desktop.
RdioTest class
[SetUpFixture]
public class RdioTest
{
public static IApp App { get; private set; }
public static string Type { get; set; }
public static void SetupApp (IApp app)
{
App = app;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment