C# Class System.Threading.Atomics.Tests.AtomicIntegerOperatorsOverloadTests

Datei anzeigen Open project: szKarlen/atomics.net

Private Methods

Method Description
AtomicInteger_Addition_AcqRel_Should_Success ( ) : void
AtomicInteger_Addition_SeqCst_Should_Success ( ) : void
AtomicInteger_Division_AcqRel_Should_Fail ( ) : void
AtomicInteger_Division_AcqRel_Should_Success ( ) : void
AtomicInteger_Division_SeqCst_Should_Fail ( ) : void
AtomicInteger_Division_SeqCst_Should_Success ( ) : void
AtomicInteger_Equality_AcqRel_Should_Success ( ) : void
AtomicInteger_Equality_SeqCst_Should_Success ( ) : void
AtomicInteger_Implicit_AcqRel_Should_Success ( ) : void
AtomicInteger_Implicit_Int_AcqRel_Should_Success ( ) : void
AtomicInteger_Implicit_Int_SeqCst_Should_Success ( ) : void
AtomicInteger_Inequality_AcqRel_Should_Success ( ) : void
AtomicInteger_Inequality_SeqCst_Should_Success ( ) : void
AtomicInteger_Multiplication_AcqRel_Should_Success ( ) : void
AtomicInteger_Multiplication_SeqCst_Should_Success ( ) : void
AtomicInteger_Post_Decrement_AcqRel_Should_Success ( ) : void
AtomicInteger_Post_Decrement_SeqCst_Should_Success ( ) : void
AtomicInteger_Post_Increment_AcqRel_Should_Success ( ) : void
AtomicInteger_Post_Increment_SeqCst_Should_Success ( ) : void
AtomicInteger_Pre_Decrement_AcqRel_Should_Success ( ) : void
AtomicInteger_Pre_Decrement_SeqCst_Should_Success ( ) : void
AtomicInteger_Pre_Increment_AcqRel_Should_Success ( ) : void
AtomicInteger_Pre_Increment_SeqCst_Should_Success ( ) : void
AtomicInteger_Subtraction_AcqRel_Should_Success ( ) : void
AtomicInteger_Subtraction_SeqCst_Should_Success ( ) : void