CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets for: @serbrech
C#
[TestClass]
 public class MathContext
 {
    public Math SUT { get; set; }
 
    [TestInitialize]
    public void Setup()
    {
        SUT = new Math();
        SUT.X = 3;
by @serbrech   April 25, 2010 @ 2:04am
Tags:
171 Views
no comments
 
C#
public void Send_DatabaseTimeOutNewsletterFails_LastPublishDateNotChanged()
{          
    //Arrange
    var originalNewsletter = new AutomaticNewsletter()
                         {
                             Id = 1,
                             Name = "TestNewsletter",
                             LastPublishStatus = PublishStatus.NotSent,
                             LastPublishDate = new DateTime(2000, 01, 01),
                             PublishDay = DayOfWeek.Friday,
by serbrech   January 27, 2010 @ 4:28am
215 Views
no comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate