Assert.IsNotNull\((.*?)\); $1.Should().NotBeNull(); Assert.IsNull\((.*?)\); $1.Should().BeNull(); Assert.IsTrue\((.*?)\); $1.Should().BeTrue(); Assert.AreEqual\((.*?), (.*?)\); $2.Should().Be($1);