We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;Process-Oriented OKR;Result-Oriented OKR | |
Plan;"Select a process to a | |
chieve the target";Set a target to producea result | |
Do;"* Learn all steps of the | |
process. | |
* Take action according to the process";"Take action and | |
measure the result " | |
Check;"* Evaluate process performance. | |
* Determine the cause(s) of any process defects. ";"Check if the result |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.airhacks.ping.boundary.Flight; | |
import java.util.List; | |
import javax.persistence.EntityManager; | |
import javax.persistence.EntityTransaction; | |
import javax.persistence.Persistence; | |
import org.junit.Assert; | |
import org.junit.Before; | |
import org.junit.Test; | |
/** |