bykovme/nswallet

View on GitHub
src/NSWallet/NSWallet.UnitTests/SecurityFixture.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method TestCaseDecrypt has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Test]
        public void TestCaseDecrypt()
        {
            const string password = "Sun001!";
            const string expectedString = "nhh86c4uQKXu8rTjp4sL8rr2fxRMmnhWWhan8LiaVb4ZhTdF4RTlX4xcHYjwsfDu";
Severity: Minor
Found in src/NSWallet/NSWallet.UnitTests/SecurityFixture.cs - About 1 hr to fix

    TODO found
    Open

            // TODO: Create additional test with ReEncryption > 0

    There are no issues that match your filters.

    Category
    Status