• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

ImmediatePlatform / Immediate.Jobs / 30300691995

27 Jul 2026 08:00PM UTC coverage: 64.845%. First build
30300691995

Pull #20

github

web-flow
Merge a73d5f4ed into e8a73c280
Pull Request #20: Initial draft

1300 of 1892 new or added lines in 29 files covered. (68.71%)

1649 of 2543 relevant lines covered (64.84%)

2.58 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Immediate.Jobs.Testing/JobTestAssertionException.cs
1
namespace Immediate.Jobs.Testing;
2

3
/// <summary>Indicates that a job harness assertion did not match captured durable work.</summary>
4
public sealed class JobTestAssertionException : Exception
5
{
6
        /// <summary>Creates an assertion exception without a message.</summary>
NEW
7
        public JobTestAssertionException()
×
8
        {
NEW
9
        }
×
10

11
        /// <summary>Creates an assertion exception with a message.</summary>
12
        public JobTestAssertionException(string message)
NEW
13
                : base(message)
×
14
        {
NEW
15
        }
×
16

17
        /// <summary>Creates an assertion exception with a message and underlying cause.</summary>
18
        public JobTestAssertionException(string message, Exception innerException)
NEW
19
                : base(message, innerException)
×
20
        {
NEW
21
        }
×
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc