save checkpoint
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"feature": "router-reference-implementation-examples",
|
||||
"tier": "tier2-integration",
|
||||
"timestamp": "2026-02-13T00:00:00Z",
|
||||
"result": "PASS",
|
||||
"testProject": "Build verification of example projects",
|
||||
"sourceVerification": {
|
||||
"Examples.Gateway/Program.cs": true,
|
||||
"Examples.Billing.Microservice/Endpoints/CreateInvoiceEndpoint.cs": true,
|
||||
"Examples.Billing.Microservice/Endpoints/GetInvoiceEndpoint.cs": true,
|
||||
"Examples.Billing.Microservice/Endpoints/UploadAttachmentEndpoint.cs": true,
|
||||
"Examples.Inventory.Microservice/Endpoints/GetItemEndpoint.cs": true,
|
||||
"Examples.Inventory.Microservice/Endpoints/ListItemsEndpoint.cs": true,
|
||||
"Examples.MultiTransport.Gateway/Program.cs": true,
|
||||
"Examples.NotificationService/Endpoints/SendNotificationEndpoint.cs": true,
|
||||
"Examples.OrderService/Endpoints/ExportOrdersEndpoint.cs": true
|
||||
},
|
||||
"behaviorsVerified": [
|
||||
"Examples.Gateway builds and contains gateway setup",
|
||||
"Examples.Billing.Microservice has CreateInvoice, GetInvoice, UploadAttachment endpoints",
|
||||
"Examples.Inventory.Microservice has GetItem, ListItems endpoints",
|
||||
"Examples.MultiTransport.Gateway configures multiple transports",
|
||||
"Examples.NotificationService has send, broadcast, subscribe, preferences endpoints",
|
||||
"Examples.OrderService has CRUD, streaming export, and event endpoints"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user