MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / main

Method main

Programs/Factory Method/TestFactoryPattern.java:6–9  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

4 CarFactory carBuilder;
5 Car car;
6 public static void main(String[] args) {
7 TestFactoryPattern client = new TestFactoryPattern();
8 client.buildCarMethod();
9 }
10
11 public void buildCarMethod() {
12 System.out.println("Building Hatchback car...");

Callers

nothing calls this directly

Calls 1

buildCarMethodMethod · 0.95

Tested by

no test coverage detected