public void SingleThreadedAttribute()
        {
            var attr = new SingleThreadedAttribute();

            attr.ApplyToContext(_context);
            Assert.True(_context.IsSingleThreaded);
        }
Exemple #2
0
 public void SingleThreadedAttribute()
 {
     var attr = new SingleThreadedAttribute();
     attr.ApplyToContext(_context);
     Assert.True(_context.IsSingleThreaded);
 }