Update Safe Exam Browser Patch to 3.10.0.826
This commit is contained in:
@@ -16,12 +16,11 @@ namespace SafeExamBrowser.Logging.UnitTests
|
||||
public class DefaultLogFormatterTests
|
||||
{
|
||||
[TestMethod]
|
||||
[ExpectedException(typeof(NotImplementedException))]
|
||||
public void MustReportNotYetImplementedLogContent()
|
||||
{
|
||||
var sut = new DefaultLogFormatter();
|
||||
|
||||
sut.Format(new NewLogContentType());
|
||||
Assert.ThrowsExactly<NotImplementedException>(() => sut.Format(new NewLogContentType()));
|
||||
}
|
||||
|
||||
[TestMethod]
|
||||
|
Reference in New Issue
Block a user