II.
LibraryProcess JSON
Structured · livelib-process:embedded-systems--embedded-unit-testing
specializations/embedded-systems/embedded-unit-testing json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:embedded-systems--embedded-unit-testing",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "specializations/embedded-systems/embedded-unit-testing",
"description": "Embedded Unit Testing with Mocking - Test-driven development for embedded systems using frameworks like\nUnity and CMock to test firmware modules in isolation by mocking hardware dependencies and peripheral interfaces.",
"libraryPath": "library/specializations/embedded-systems/embedded-unit-testing.js",
"specialization": "embedded-systems",
"references": [
"- Ceedling Test Framework: http://www.throwtheswitch.org/ceedling",
"- Unity Test Framework: http://www.throwtheswitch.org/unity",
"- CMock: http://www.throwtheswitch.org/cmock"
],
"example": "const result = await orchestrate('specializations/embedded-systems/embedded-unit-testing', {\n projectName: 'SensorDriver',\n testFramework: 'Unity',\n modulesToTest: ['spi_driver', 'sensor_interface', 'data_processor'],\n mockingStrategy: 'CMock'\n});",
"usesAgents": [
"embedded-test-engineer"
]
},
"outgoingEdges": [
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "skill-area:rtos-programming",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "skill-area:firmware-development",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "domain:embedded-systems",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "role:embedded-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "workflow:firmware-release-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "specialization:embedded-systems",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:embedded-systems--embedded-unit-testing",
"to": "lib-agent:embedded-systems--embedded-test-engineer",
"kind": "uses_agent",
"attributes": {
"weight": 0.8
}
}
],
"incomingEdges": []
}