- EmberJS - Home
- EmberJS - Overview
- EmberJS - Installation
- EmberJS - Core Concepts
- Creating and Running Application
- EmberJS - Object Model
- EmberJS - Router
- EmberJS - Templates
- EmberJS - Components
- EmberJS - Models
- EmberJS - Managing Dependencies
- EmberJS - Application Concerns
- EmberJS - Configuring Ember.js
- EmberJS - Ember Inspector
EmberJS-Testing Controllers
Testing Controllers
The below table shows some of the testing controllers in the Ember −
| S.N. | Testing Components & Description |
|---|---|
| 1 |
Testing Controller Actions It tests the controller with some computed properties and defined actions. |
| 2 |
Testing Controller Needs Controllers can have dependencies on the other controllers by using needs. |
Advertisements