TIBCO Scribe® Platform API Connector Sample — Solution Structure
The TIBCO Scribe® Platform API Connector Solution contains three projects:
- Scribe.Connector.ScribeApi
- Contains production code
- More details about principles and structure are provided in the sections that follow.
- Scribe.Connector.ScribeApi.Test
- Contains unit tests for production code
- Root namespace is Scribe.Connector.ScribeApi and not Scribe.Connector.ScribeApi.Test
- Test class naming convention:
- <ClassUnderTest>Test
- Test method naming convention:
- ClassUnderTest_MemberUnderTest_TestCondition_ExpectedResult
- Scribe.Connector.ScribeApi.Benchmark
- Contains benchmarks to measure performance
- Root namespace is Scribe.Connector.ScribeApi and not Scribe.Connector.ScribeApi.Benchmark
See
TIBCO Scribe® Platform API Connector Sample