Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add TestScalars #165

Closed
BryanWilhite opened this issue Feb 5, 2024 · 0 comments
Closed

add TestScalars #165

BryanWilhite opened this issue Feb 5, 2024 · 0 comments
Assignees

Comments

@BryanWilhite
Copy link
Owner

BryanWilhite commented Feb 5, 2024

/// <summary>
/// Shared values for this assembly.
/// </summary>
public static class TestScalars
{
    /// <summary>
    /// The xunit category trait
    /// </summary>
    public const string XUNIT_CATEGORY = "Category";

    /// <summary>
    /// The xunit category integration test
    /// </summary>
    public const string XUNIT_CATEGORY_INTEGRATION_TEST = "Integration";

    /// <summary>
    /// The xunit category integration manual test
    /// </summary>
    public const string XUNIT_CATEGORY_INTEGRATION_MANUAL_TEST = "IntegrationManual";
}
@BryanWilhite BryanWilhite self-assigned this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

1 participant