forked from ServiceStack/ServiceStack
-
Notifications
You must be signed in to change notification settings - Fork 0
Testing
Demis Bellot edited this page May 14, 2013
·
2 revisions
The tests in ServiceStack.WebHost.Endpoints.Tests show good examples of how to create stand-alone integration tests that just use a self-hosted HttpListener AppHost.
- ServiceStack and RavenDB End to End Testing by @aquabirdconsult
- Integration Testing With ServiceStack by @rossipedia
- How to unit test your database code when using ServiceStack OrmLite by @rickardn
- EasyHttp and ServiceStack, making the mspec tests better by @chrissie1
- Using ServiceStack for the EasyHttp integration tests by @chrissie1
- Parameterized Tests for ServiceStack Web Services
- Why ServiceStack?
- What is a message based web service?
- Advantages of message based web services
- Why remote services should use separate DTOs
- Getting Started
- Reference
- Clients
- Formats
- View Engines 4. Razor & Markdown Razor
- Hosts
- Advanced
- Configuration options
- Access HTTP specific features in services
- Logging
- Serialization/deserialization
- Request/response filters
- Filter attributes
- Concurrency Model
- Built-in caching options
- Built-in profiling
- Messaging and Redis
- Form Hijacking Prevention
- Auto-Mapping
- HTTP Utils
- Virtual File System
- Config API
- Physical Project Structure
- Modularizing Services
- Plugins
- Tests
- Other Languages
- Use Cases
- Performance
- How To
- Future