C# Class Apache.NMS.Test.BadConsumeTest

Inheritance: NMSTestSupport
Datei anzeigen Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
connection IConnection
session ISession

Public Methods

Method Description
ExceptionValidationCheck ( Exception ex ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestBadConsumerException ( ) : void

Method Details

ExceptionValidationCheck() public method

public ExceptionValidationCheck ( Exception ex ) : void
ex System.Exception
return void

Property Details

connection protected_oe property

protected IConnection connection
return IConnection

session protected_oe property

protected ISession session
return ISession